trailing whitespace

This commit is contained in:
Godefroid Chapelle 2019-10-31 21:48:28 +01:00 committed by GitHub
parent c5fbccf31a
commit 9242dd7749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ Multiple commands may be entered on a single line, separated by ``;;``. (A
single ``;`` is not used as it is the separator for multiple commands in a line single ``;`` is not used as it is the separator for multiple commands in a line
that is passed to the Python parser.) No intelligence is applied to separating that is passed to the Python parser.) No intelligence is applied to separating
the commands; the input is split at the first ``;;`` pair, even if it is in the the commands; the input is split at the first ``;;`` pair, even if it is in the
middle of a quoted string. To be able to use a string with double semi-colon, middle of a quoted string. To be able to use a string with double semi-colon,
use the following workaround: ``';'';'`` or ``";"";"``. use the following workaround: ``';'';'`` or ``";"";"``.
.. index:: .. index::