From 9242dd7749aa1f0c97c89ec2c644b8c735ee383e Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Thu, 31 Oct 2019 21:48:28 +0100 Subject: [PATCH] trailing whitespace --- Doc/library/pdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index c09711762c2..7be3e3c3362 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -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 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 -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 ``";"";"``. .. index::