PEP 505: Fix typo in an example (#756)

This commit is contained in:
Eli Boyarski 2018-08-12 15:59:42 +03:00 committed by Berker Peksag
parent 4df40cca06
commit 7232981100
1 changed files with 1 additions and 1 deletions

View File

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