Skip to content

Commit c8e1774

Browse files
committed
Tweak wording in CHANGES about greenlet.getcurrent.
1 parent 7fb10c5 commit c8e1774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Fix the discrepancy in the way the two ``getcurrent`` APIs behave
1313
during greenlet teardown. One API (the C API used by, e.g., gevent) raised a
1414
``RuntimeError``; the other (the Python ``greenlet.getcurrent`` API)
15-
returned ``None``. This second way breaks greenlet's type
15+
returned ``None``. This second way is incompatible with greenlet's type
1616
annotations, so ``greenlet.getcurrent`` now raises a
1717
``RuntimeError`` as well.
1818

0 commit comments

Comments
 (0)