ASCII Scrub
[mudpy.git] / doc / coder.txt
index 0e999dc..9c7b586 100644 (file)
@@ -138,7 +138,7 @@ encodings
 ---------
 
 * Always use ASCII whenever possible (decimal byte values 32 through 126
-  and line termination appropriate to the developers 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,