diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-16 00:05:35 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-16 00:05:35 +0900 |
| commit | 712c20a3d91cd80247c5625782ba8ada2b2c2378 (patch) | |
| tree | d151c391d9bc18aa2ceffa455efa658bafc1ec29 /doc/usage/restructuredtext | |
| parent | 5a03cac7d369ea71e1414792df62668ca5fd8190 (diff) | |
| parent | cb5fab5db90c2177ede34af876b19e58b9dc1263 (diff) | |
| download | sphinx-git-712c20a3d91cd80247c5625782ba8ada2b2c2378.tar.gz | |
Merge branch '2.0'
Diffstat (limited to 'doc/usage/restructuredtext')
| -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 f546036d0..92ca3eae2 100644 --- a/doc/usage/restructuredtext/directives.rst +++ b/doc/usage/restructuredtext/directives.rst @@ -522,7 +522,7 @@ __ http://pygments.org/docs/lexers .. rst:directive:option:: emphasize-lines: line numbers :type: comma separated numbers - Empahsize particular lines of the code block:: + Emphasize particular lines of the code block:: .. code-block:: python :emphasize-lines: 3,5 |
