Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20938f5

Browse files
committed
revise wording to avoid confusion for non-native English speakers
1 parent b4bf62f commit 20938f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ \subsection{Strings \label{strings}}
689689
\begin{verbatim}
690690
>>> word[:2] # The first two characters
691691
'He'
692-
>>> word[2:] # All but the first two characters
692+
>>> word[2:] # Everything except the first two characters
693693
'lpA'
694694
\end{verbatim}
695695

0 commit comments

Comments
 (0)