summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2018-07-12 20:45:42 +0800
committerJonathan Slenders <jonathan@slenders.be>2018-07-13 14:18:16 +0200
commitb8f63f577925ae5632c3732a286feaf2c7327355 (patch)
tree78ab6ac04b2df4b616e57972a8f3a8352814c3ad
parent32b08c00b59d0c778c54e4d4924ab4a9a411f738 (diff)
Update upgrading.rst
Fix unexpected indentation
-rw-r--r--docs/pages/upgrading.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/upgrading.rst b/docs/pages/upgrading.rst
index 5c0a558d..d72dd9f4 100644
--- a/docs/pages/upgrading.rst
+++ b/docs/pages/upgrading.rst
@@ -166,8 +166,8 @@ adaptor to make it compatible with the native prompt_toolkit objects.
Pygments style class can be converted in a prompt_toolkit
:class:`~prompt_toolkit.styles.Style` with the
:func:`~prompt_toolkit.styles.pygments.style_from_pygments_cls` function
- (which used to be called ``style_from_pygments``). A
- Pygments style dictionary can be converted using
+ (which used to be called ``style_from_pygments``). A Pygments style
+ dictionary can be converted using
:func:`~prompt_toolkit.styles.pygments.style_from_pygments_dict`.
Multiple styles can be merged together using