aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/completer.py
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/core/completer.py
parent3d696cd6bae90f6dec92155deaef46752f4e5275 (diff)
downloadydb-6d4102c808d949679abef976da125ce9add38a4b.tar.gz
intermediate changes
ref:7c966abfc0f8dc17181b1cb81dbfec353e66ba5e
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/completer.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/completer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/completer.py b/contrib/python/ipython/py3/IPython/core/completer.py
index 776edeb52b..6c6fa7e7e5 100644
--- a/contrib/python/ipython/py3/IPython/core/completer.py
+++ b/contrib/python/ipython/py3/IPython/core/completer.py
@@ -41,7 +41,7 @@ or using unicode completion:
Only valid Python identifiers will complete. Combining characters (like arrow or
dots) are also available, unlike latex they need to be put after the their
-counterpart that is to say, `F\\\\vec<tab>` is correct, not `\\\\vec<tab>F`.
+counterpart that is to say, ``F\\\\vec<tab>`` is correct, not ``\\\\vec<tab>F``.
Some browsers are known to display combining characters incorrectly.