Skip to content

Commit 8708e5b

Browse files
committed
Update doc
1 parent 107ada9 commit 8708e5b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mypyc/doc/str_operations.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Operators
1919
---------
2020

2121
* Concatenation (``s1 + s2``)
22-
* Indexing (``s[n]``)
23-
* Also ``ord(s[n])``, which avoids the temporary length-1 str
22+
* Indexing (``s[n]``; also ``ord(s[n])``, which avoids the temporary length-1 string)
2423
* Slicing (``s[n:m]``, ``s[n:]``, ``s[:m]``)
2524
* Comparisons (``==``, ``!=``)
2625
* Augmented assignment (``s1 += s2``)

0 commit comments

Comments
 (0)