summaryrefslogtreecommitdiff
path: root/docs/arguments.rst
diff options
context:
space:
mode:
authorJu Lin <i@julin.me>2016-11-15 19:59:58 +0800
committerJu Lin <i@julin.me>2016-11-15 19:59:58 +0800
commit5d2cd34baf9d49eb28fecaaffdea6c956131f623 (patch)
tree98251459a5b185ca25ee19944cd91125f7c2537b /docs/arguments.rst
parent665633c3c436af4ac0467b21341697dbb327c6e7 (diff)
downloadclick-5d2cd34baf9d49eb28fecaaffdea6c956131f623.tar.gz
fix code wrapper
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r--docs/arguments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index 86ecf4d..b2e61e9 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -244,7 +244,7 @@ And from the command line:
invoke(touch, ['--', '-foo.txt', 'bar.txt'])
-If you don't like the '--' marker, you can set ignore_unknown_options to
+If you don't like the ``--`` marker, you can set ignore_unknown_options to
True to avoid checking unknown options:
.. click:example::