diff options
author | Damien Ayers <damien@omad.net> | 2019-12-13 12:33:02 +1100 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2019-12-13 23:27:04 +0100 |
commit | 1a54a7229c37dd7618033552d5893e6a429d2bc3 (patch) | |
tree | 7f62a1e8988b783ff0c95940254123f7b65a83d2 | |
parent | 2199a127e8c6967bd82d0b887567f59dc3afb288 (diff) | |
download | sphinx-git-1a54a7229c37dd7618033552d5893e6a429d2bc3.tar.gz |
Fix documentation typo
(cherry picked from commit 937c6849608f2a9da0ef456a58463c37975e13b9)
-rw-r--r-- | doc/usage/restructuredtext/directives.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/restructuredtext/directives.rst b/doc/usage/restructuredtext/directives.rst index 56d1c4826..584fff472 100644 --- a/doc/usage/restructuredtext/directives.rst +++ b/doc/usage/restructuredtext/directives.rst @@ -519,7 +519,7 @@ __ http://pygments.org/docs/lexers/ .. versionadded:: 1.3 - .. rst:directive:option:: emphasized-lines: line numbers + .. rst:directive:option:: emphasize-lines: line numbers :type: comma separated numbers Emphasize particular lines of the code block:: |