Commit d2afee47 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix docstring typo.

parent 1792bfbf
......@@ -238,7 +238,7 @@ reversed_next(reversedobject *ro)
}
PyDoc_STRVAR(reversed_doc,
"reverse(sequence) -> reverse iterator over values of the sequence\n"
"reversed(sequence) -> reverse iterator over values of the sequence\n"
"\n"
"Return a reverse iterator");
......
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