PEP 467: fix markup error

This commit is contained in:
Nick Coghlan 2018-02-25 11:20:44 +10:00
parent c83974875d
commit 26e3060152
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ These methods will only accept integers in the range 0 to 255 (inclusive)::
File "<stdin>", line 1, in <module>
TypeError: 'float' object cannot be interpreted as an integer
While this does create some duplication, there are valid reasons for it::
While this does create some duplication, there are valid reasons for it:
* the ``bchr`` builtin is to recreate the ord/chr/unichr trio from Python
2 under a different naming scheme