diff options
| author | Maxim Yurchuk <[email protected]> | 2024-11-13 16:32:39 +0300 |
|---|---|---|
| committer | Maxim Yurchuk <[email protected]> | 2024-11-13 16:32:39 +0300 |
| commit | 23387aafadce23ea77beffb2981e8c0e2f2a7f0a (patch) | |
| tree | 54b0f95fca1ad03d93f5a18abdfe98e8ab34b420 /contrib/python/ipython/py3/IPython/core/interactiveshell.py | |
| parent | ee51155da394b56a8e3329d25a514422e5da7bc3 (diff) | |
| parent | 4ab23311f7a6d45ac318179569df9ba46fb9ab68 (diff) | |
Merge branch 'rightlib' into mergelibs-yurchuk-manual
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/interactiveshell.py')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/core/interactiveshell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/interactiveshell.py b/contrib/python/ipython/py3/IPython/core/interactiveshell.py index d05cb451f83..07fb8077601 100644 --- a/contrib/python/ipython/py3/IPython/core/interactiveshell.py +++ b/contrib/python/ipython/py3/IPython/core/interactiveshell.py @@ -1627,7 +1627,7 @@ class InteractiveShell(SingletonConfigurable): Returns ------- parts_ok: bool - wether we were properly able to parse parts. + whether we were properly able to parse parts. parts: list of str extracted parts |
