Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 39cf04c

Browse files
cclaussfantix
authored andcommitted
Fix typo discovered by codespell
1 parent 94e5e53 commit 39cf04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎uvloop/loop.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ cdef inline socket_dec_io_ref(sock):
9494
cdef inline run_in_context(context, method):
9595
# This method is internally used to workaround a reference issue that in
9696
# certain circumstances, inlined context.run() will not hold a reference to
97-
# the given method instance, which - if deallocated - will cause segault.
97+
# the given method instance, which - if deallocated - will cause segfault.
9898
# See also: edgedb/edgedb#2222
9999
Py_INCREF(method)
100100
try:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /