We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2708c81 commit 9e0cedbCopy full SHA for 9e0cedb
docs/intro.rst
@@ -32,7 +32,7 @@ Example
32
>>> text = u'コンニチハ'
33
34
Python **incorrectly** uses the *string length* of 5 codepoints rather than the
35
-*printible length* of 10 cells, so that when using the `rjust` function, the
+*printable length* of 10 cells, so that when using the `rjust` function, the
36
output length is wrong::
37
38
>>> print(len('コンニチハ'))
0 commit comments