Skip to content

Commit 2c1b377

Browse files
committed
Fixed type in comment
1 parent 0548542 commit 2c1b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_c/key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pg_iter_raise(PyObject *self)
9898

9999
/**
100100
* There is an issue in PyPy that causes __iter__ to be called
101-
* on creation of a ScandcodeWrapper. This stops this from
101+
* on creation of a ScancodeWrapper. This stops this from
102102
* happening.
103103
*/
104104
#ifdef PYPY_VERSION

0 commit comments

Comments
 (0)