Skip to content

Commit b3ec025

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ee951e9 commit b3ec025

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
@@ -71,7 +71,7 @@ class dequeobject_converter(self_converter):
7171

7272
/* collections module implementation of a deque() datatype
7373
Originally written by Raymond D. Hettinger <python@rcn.com>
74-
Rewrite as a growable ring buffer by Matthias Goergens <matthias.goergens@gamil.com>
74+
Rewrite as a growable ring buffer by Matthias Goergens <matthias.goergens@gmail.com>
7575
*/
7676

7777
struct dequeobject {

0 commit comments

Comments
 (0)