Skip to content

Commit 9e0cedb

Browse files
authored
Fix a typo in intro.rst (#105)
1 parent 2708c81 commit 9e0cedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Example
3232
>>> text = u'コンニチハ'
3333

3434
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
35+
*printable length* of 10 cells, so that when using the `rjust` function, the
3636
output length is wrong::
3737

3838
>>> print(len('コンニチハ'))

0 commit comments

Comments
 (0)