File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ \section{Other Language Changes}
119119\begin {itemize }
120120
121121\item The string methods, \method {ljust()}, \method {rjust()}, and
122- \method {center()} now take a optional argument for specifying a
122+ \method {center()} now take an optional argument for specifying a
123123fill character other than a space.
124124
125125\item The \method {sort()} method of lists gained three keyword
@@ -211,7 +211,7 @@ \section{Other Language Changes}
211211
212212
213213\item The \function {zip()} built-in function and \function {itertools.izip()}
214- now returns an empty list instead of raising a \exception {TypeError}
214+ now return an empty list instead of raising a \exception {TypeError}
215215 exception if called with no arguments. This makes the functions more
216216 suitable for use with variable length argument lists:
217217
You can’t perform that action at this time.
0 commit comments