From 15de163b8fb39a52c3f7b82e44bdc2f3cbe813f5 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 23 Jun 2010 00:28:38 +0000 Subject: [PATCH] ASCII Scrub * doc/coder.txt: Found and replaced a non-ASCII UTF-8 apostrophe. --- doc/coder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coder.txt b/doc/coder.txt index 0e999dc..9c7b586 100644 --- a/doc/coder.txt +++ b/doc/coder.txt @@ -138,7 +138,7 @@ encodings --------- * Always use ASCII whenever possible (decimal byte values 32 through 126 - and line termination appropriate to the developer’s platform). + 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, -- 2.11.0