Skip to content

Commit cae4944

Browse files
Apply suggestions from code review
Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 47ceeed commit cae4944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_collectionsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ deque_rotate(dequeobject *deque, PyObject *const *args, Py_ssize_t nargs)
911911

912912
PyDoc_STRVAR(rotate_doc,
913913
"rotate(n)\n\n"
914-
"Rotate the deque *n* steps to the right (default ``n= 1``). "
914+
"Rotate the deque *n* steps to the right (default ``n=1``). "
915915
"If *n* is negative, rotates left.");
916916

917917
static PyObject *

0 commit comments

Comments
 (0)