Skip to content

Commit f4d985f

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typos: squences -> sequences, combinding -> combining
1 parent 92ce629 commit f4d985f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/printing_text.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ a custom tag, then you can assign a style in the stylesheet.
125125
ANSI
126126
^^^^
127127

128-
Some people like to use the VT100 ANSI escape squences to generate output.
128+
Some people like to use the VT100 ANSI escape sequences to generate output.
129129
Natively, this is however only supported on VT100 terminals, but prompt_toolkit
130130
can parse these, and map them to a formatted text instances. This means that they
131131
will work on Windows as well. The :class:`~prompt_toolkit.formatted.ANSI` class
@@ -246,7 +246,7 @@ Pygments would do, but if you'd like to change the colors, keep in mind that Pyg
246246
A classname like ``pygments.literal.string.double`` is actually decomposed in
247247
the following four classnames: ``pygments``, ``pygments.literal``,
248248
``pygments.literal.string`` and ``pygments.literal.string.double``. The final
249-
style is computed by combinding the style for these four classnames. So,
249+
style is computed by combining the style for these four classnames. So,
250250
changing the style from these Pygments tokens can be done as follows:
251251

252252
.. code:: python

0 commit comments

Comments
 (0)