projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1136b49
)
ASCII Scrub
author
Jeremy Stanley
<fungi@yuggoth.org>
Wed, 23 Jun 2010 00:28:38 +0000
(
00:28
+0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Wed, 23 Jun 2010 00:28:38 +0000
(
00:28
+0000)
* doc/coder.txt: Found and replaced a non-ASCII UTF-8 apostrophe.
doc/coder.txt
patch
|
blob
|
history
diff --git
a/doc/coder.txt
b/doc/coder.txt
index
0e999dc
..
9c7b586
100644
(file)
--- 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,