diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2017-02-07 20:14:47 +0100 |
---|---|---|
committer | Jakub Wilk <jwilk@jwilk.net> | 2017-02-07 20:14:47 +0100 |
commit | a58ebedffde696e6394e483e510f36be4b34e0d9 (patch) | |
tree | 8abc96fbf81d03330d87d6b36007398f023ccf17 /doc/markup/code.rst | |
parent | 029e9908c0114fe74df5c1cbf3342dd5205bcac5 (diff) | |
download | sphinx-git-a58ebedffde696e6394e483e510f36be4b34e0d9.tar.gz |
Fix typos
Diffstat (limited to 'doc/markup/code.rst')
-rw-r--r-- | doc/markup/code.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index c7cb0f911..80191c977 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -232,7 +232,7 @@ For example:: :rst:dir:`literalinclude` also supports the ``caption`` and ``name`` option. -``caption`` has a additional feature that if you leave the value empty, the shown +``caption`` has an additional feature that if you leave the value empty, the shown filename will be exactly the one given as an argument. |