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 107ada9 commit 8708e5bCopy full SHA for 8708e5b
1 file changed
mypyc/doc/str_operations.rst
@@ -19,8 +19,7 @@ Operators
19
---------
20
21
* Concatenation (``s1 + s2``)
22
-* Indexing (``s[n]``)
23
- * Also ``ord(s[n])``, which avoids the temporary length-1 str
+* Indexing (``s[n]``; also ``ord(s[n])``, which avoids the temporary length-1 string)
24
* Slicing (``s[n:m]``, ``s[n:]``, ``s[:m]``)
25
* Comparisons (``==``, ``!=``)
26
* Augmented assignment (``s1 += s2``)
0 commit comments