backslashes not necessary inside parentheses
This commit is contained in:
parent
3a9b86b028
commit
53b241525b
|
@ -116,8 +116,8 @@ Other Ideas
|
|||
|
||||
* Lie Ryan suggested a convenience function of the form::
|
||||
|
||||
create_format(self, type='i', base=16, seppos=4, sep=':', \
|
||||
charset='0123456789abcdef', maxwidth=32, \
|
||||
create_format(self, type='i', base=16, seppos=4, sep=':',
|
||||
charset='0123456789abcdef', maxwidth=32,
|
||||
minwidth=32, pad='0')
|
||||
|
||||
* Eric Smith would like the C version of the mini-language
|
||||
|
|
Loading…
Reference in New Issue