PEP 505: Fix typo in an example (#756)
This commit is contained in:
parent
4df40cca06
commit
7232981100
|
@ -275,7 +275,7 @@ From ``calendar.py``::
|
|||
|
||||
After updating to use the ``??`` operator::
|
||||
|
||||
optdict = dict(encoding=encoding ?? sys.getdefaultencoding(),
|
||||
optdict = dict(encoding=options.encoding ?? sys.getdefaultencoding(),
|
||||
css=options.css)
|
||||
|
||||
From ``email/generator.py`` (and importantly note that there is no way to
|
||||
|
|
Loading…
Reference in New Issue