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/debugger.py | |
| parent | ee51155da394b56a8e3329d25a514422e5da7bc3 (diff) | |
| parent | 4ab23311f7a6d45ac318179569df9ba46fb9ab68 (diff) | |
Merge branch 'rightlib' into 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.", ) |
