Skip to content

Commit 27ac565

Browse files
committed
Fix reST syntax in docs
1 parent bad867b commit 27ac565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ where specified.
610610

611611
The command will be truncated if it looks like a config file comment,
612612
e.g. ``command=bash -c 'foo ; bar'`` will be truncated to
613-
``command=bash -c 'foo ``. Quoting will not prevent this behavior,
613+
``command=bash -c 'foo``. Quoting will not prevent this behavior,
614614
since the configuration file reader does not parse the command like
615615
a shell would.
616616

0 commit comments

Comments
 (0)