chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
13409f0
)
format.py: Fix some commentary typos.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 10 Sep 2019 19:42:49 +0000
(20:42 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 10 Sep 2019 19:42:49 +0000
(20:42 +0100)
format.py
patch
|
blob
|
blame
|
history
diff --git
a/format.py
b/format.py
index af76c5981d4c2f4de0bd1338f09ab2fa169f0ec1..2b90cb9a2f3d1ae03ede11a9c8340a21891c85bf 100644
(file)
--- a/
format.py
+++ b/
format.py
@@
-296,7
+296,7
@@
class NextArg (BaseArg):
else: return None
NEXTARG = NextArg()
else: return None
NEXTARG = NextArg()
-## Because
a
`NextArg' collectors are used so commonly, and they're all the
+## Because `NextArg' collectors are used so commonly, and they're all the
## same, we make a distinguished one and try to use that instead. Nothing
## goes badly wrong if you don't use this, but you'll use more memory than
## strictly necessary.
## same, we make a distinguished one and try to use that instead. Nothing
## goes badly wrong if you don't use this, but you'll use more memory than
## strictly necessary.
@@
-528,7
+528,7
@@
VARNEXT = VariableParameter(NEXTARG)
## whether the `@' and `:' modifiers were set in the control string.
## GETARG is the collector for the operation's argument(s). The PARAMS
## are a list of parameter collectors. Finally, CHAR is the directive
## whether the `@' and `:' modifiers were set in the control string.
## GETARG is the collector for the operation's argument(s). The PARAMS
## are a list of parameter collectors. Finally, CHAR is the directive
-## character (so directives with siilar behaviour can use the same
+## character (so directives with si
m
ilar behaviour can use the same
## class).
class FormatLiteral (object):
## class).
class FormatLiteral (object):