Inline literals are more readable in source form.
[mudpy.git] / 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
-  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