summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/sysinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/sysinfo.py')
-rw-r--r--contrib/python/ipython/py3/IPython/utils/sysinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/sysinfo.py b/contrib/python/ipython/py3/IPython/utils/sysinfo.py
index 347123fd53c..c93eaef0967 100644
--- a/contrib/python/ipython/py3/IPython/utils/sysinfo.py
+++ b/contrib/python/ipython/py3/IPython/utils/sysinfo.py
@@ -99,7 +99,7 @@ def get_sys_info() -> dict:
path = Path(__file__, "..").resolve().parent
return pkg_info(str(path))
-def sys_info():
+def sys_info() -> str:
"""Return useful information about IPython and the system, as a string.
Examples