cpython: f3bd94c57cd8 (original) (raw)
Mercurial > cpython
changeset 100698:f3bd94c57cd8 3.5
Issue #26525: Change chr example to match change in ord example. [#26525]
Terry Jan Reedy tjreedy@udel.edu | |
---|---|
date | Wed, 23 Mar 2016 13:36:52 -0400 |
parents | 3f5e0d8e19a0 |
children | 866844301410 3ec98f352053 |
files | Doc/library/functions.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/functions.rst 2 |
line wrap: on
line diff
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -158,7 +158,7 @@ are always available. They are listed h
Return the string representing a character whose Unicode code point is the
integer i. For example, chr(97)
returns the string 'a'
, while