summaryrefslogtreecommitdiff
path: root/fastimport/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'fastimport/parser.py')
-rw-r--r--fastimport/parser.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/fastimport/parser.py b/fastimport/parser.py
index 7fd0a08..87671ab 100644
--- a/fastimport/parser.py
+++ b/fastimport/parser.py
@@ -99,11 +99,11 @@ The grammar is:
exact_data ::= 'data' sp declen lf
binary_data;
- # note: quoted strings are C-style quoting supporting \c for
- # common escapes of 'c' (e..g \n, \t, \\, \") or \nnn where nnn
+ # note: quoted strings are C-style quoting supporting \\c for
+ # common escapes of 'c' (e..g \\n, \\t, \\\\, \\") or \\nnn where nnn
# is the signed byte value in octal. Note that the only
# characters which must actually be escaped to protect the
- # stream formatting is: \, " and LF. Otherwise these values
+ # stream formatting is: \\, " and LF. Otherwise these values
# are UTF8.
#
ref_str ::= ref;