backslashes not necessary inside parentheses

This commit is contained in:
David Goodger 2009-03-12 13:03:14 +00:00
parent 3a9b86b028
commit 53b241525b
1 changed files with 2 additions and 2 deletions

View File

@ -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