PEP 467: fix markup error
This commit is contained in:
parent
c83974875d
commit
26e3060152
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue