Skip to content

Commit 0b1e8c7

Browse files
authored
Fix typo in introduction.rst
1 parent b7e4f1d commit 0b1e8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Indices may also be negative numbers, to start counting from the right::
269269
Note that since -0 is the same as 0, negative indices start from -1.
270270

271271
In addition to indexing, *slicing* is also supported. While indexing is used
272-
to obtain individual characters, *slicing* allows you to obtain substring::
272+
to obtain individual characters, *slicing* allows you to obtain a substring::
273273

274274
>>> word[0:2] # characters from position 0 (included) to 2 (excluded)
275275
'Py'

0 commit comments

Comments
 (0)