diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-02 12:04:00 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-02 12:04:00 +0300 |
commit | 6d4102c808d949679abef976da125ce9add38a4b (patch) | |
tree | 6860eab8f8f96155f1a6bb7ef7e8574bb539c5a1 /contrib/python/ipython/py3/IPython/terminal | |
parent | 3d696cd6bae90f6dec92155deaef46752f4e5275 (diff) | |
download | ydb-6d4102c808d949679abef976da125ce9add38a4b.tar.gz |
intermediate changes
ref:7c966abfc0f8dc17181b1cb81dbfec353e66ba5e
Diffstat (limited to 'contrib/python/ipython/py3/IPython/terminal')
-rw-r--r-- | contrib/python/ipython/py3/IPython/terminal/ipapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/terminal/ipapp.py b/contrib/python/ipython/py3/IPython/terminal/ipapp.py index b2b8d5f964..1a3c6c791b 100644 --- a/contrib/python/ipython/py3/IPython/terminal/ipapp.py +++ b/contrib/python/ipython/py3/IPython/terminal/ipapp.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # encoding: utf-8 """ -The :class:`~IPython.core.application.Application` object for the command +The :class:`~traitlets.config.application.Application` object for the command line :command:`ipython` program. """ |