aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/terminal
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-02 12:04:00 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-02 12:04:00 +0300
commit6d4102c808d949679abef976da125ce9add38a4b (patch)
tree6860eab8f8f96155f1a6bb7ef7e8574bb539c5a1 /contrib/python/ipython/py3/IPython/terminal
parent3d696cd6bae90f6dec92155deaef46752f4e5275 (diff)
downloadydb-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.py2
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.
"""