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/debugger.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/debugger.py')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/core/debugger.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/debugger.py b/contrib/python/ipython/py3/IPython/core/debugger.py index e7a0b8fb554..84d3de8c5b3 100644 --- a/contrib/python/ipython/py3/IPython/core/debugger.py +++ b/contrib/python/ipython/py3/IPython/core/debugger.py @@ -19,7 +19,7 @@ Global Configuration -------------------- The IPython debugger will by read the global ``~/.pdbrc`` file. -That is to say you can list all comands supported by ipdb in your `~/.pdbrc` +That is to say you can list all commands supported by ipdb in your `~/.pdbrc` configuration file, to globally configure pdb. Example:: @@ -177,7 +177,7 @@ def BdbQuit_excepthook(et, ev, tb, excepthook=None): parameter. """ raise ValueError( - "`BdbQuit_excepthook` is deprecated since version 5.1. It is still arround only because it is still imported by ipdb.", + "`BdbQuit_excepthook` is deprecated since version 5.1. It is still around only because it is still imported by ipdb.", ) |
