diff options
| author | AlexSm <[email protected]> | 2024-11-14 18:02:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-14 18:02:48 +0100 |
| commit | 42393178e3ca660b7b2da431bc4c768aadafe856 (patch) | |
| tree | 846127355de5d4088b4eefcab801b15c1ec4e454 /contrib/python/ipython/py3/IPython/core/completerlib.py | |
| parent | c0af8d60b18390f8ef7b3ff878b822c43da62a54 (diff) | |
| parent | 51f34813686206b46686d84e96243def9f9da8df (diff) | |
Merge pull request #11568 from maximyurchuk/mergelibs-yurchuk-manual
Mergelibs yurchuk manual
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/completerlib.py')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/core/completerlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/completerlib.py b/contrib/python/ipython/py3/IPython/core/completerlib.py index 05f39e50159..4612b326ded 100644 --- a/contrib/python/ipython/py3/IPython/core/completerlib.py +++ b/contrib/python/ipython/py3/IPython/core/completerlib.py @@ -214,7 +214,7 @@ def is_possible_submodule(module, attr): try: obj = getattr(module, attr) except AttributeError: - # Is possilby an unimported submodule + # Is possibly an unimported submodule return True except TypeError: # https://github.com/ipython/ipython/issues/9678 |
