We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee951e9 commit b3ec025Copy full SHA for b3ec025
Modules/_collectionsmodule.c
@@ -71,7 +71,7 @@ class dequeobject_converter(self_converter):
71
72
/* collections module implementation of a deque() datatype
73
Originally written by Raymond D. Hettinger <python@rcn.com>
74
- Rewrite as a growable ring buffer by Matthias Goergens <matthias.goergens@gamil.com>
+ Rewrite as a growable ring buffer by Matthias Goergens <matthias.goergens@gmail.com>
75
*/
76
77
struct dequeobject {
0 commit comments