Inline literals are more readable in source form.
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 6 Jul 2010 20:23:08 +0000 (20:23 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 6 Jul 2010 20:23:08 +0000 (20:23 +0000)
* doc/coder.txt: Adjusted sections referencing literal backslashes
to use inline literal syntax rather than double-backslash syntax,
for improved clarity.

doc/coder.txt

index 9c7b586..8dd8206 100644 (file)
@@ -141,8 +141,8 @@ encodings
   and line termination appropriate to the developer's platform).
 
 * UTF-8 can be used, but only when a comment or docstring needs to
   and line termination appropriate to the developer's platform).
 
 * UTF-8 can be used, but only when a comment or docstring needs to
-  mention an author name that requires it; otherwise, using \\x,
-  \\u or \\U escapes is the preferred way to include non-ASCII
+  mention an author name that requires it; otherwise, using ``\x``,
+  ``\u`` or ``\U`` escapes is the preferred way to include non-ASCII
   data in string literals.
 
 * Identifiers must be ASCII-only, and should use English words wherever
   data in string literals.
 
 * Identifiers must be ASCII-only, and should use English words wherever