summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 2b2086b1..111d1274 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -517,7 +517,7 @@ For example::
> def h(x):
"""Silly function."""
- - if 0: #pragma: no cover
+ - if 0: # pragma: no cover
- pass
> if x == 1:
! a = 1