Kaydet (Commit) 1b2e0d9d authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix whitespace.

üst fdf3bd66
......@@ -250,7 +250,7 @@ by functions or loops that truncate the stream.
third line). Equivalent to:
\begin{verbatim}
def islice(iterable, *args):
def islice(iterable, *args):
s = slice(*args)
it = iter(xrange(s.start or 0, s.stop or sys.maxint, s.step or 1))
nexti = it.next()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment