Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Aug 21, 2019
1 parent 1aa6f9d commit 9ddd466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unpythonic/fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ def f(...):
**CAUTION**: Currently not compatible with TCO. It'll work, but the TCO
won't take effect, and the call stack will actually blow up faster due to
bad interaction between `@fix` and `@trampolined`.
**CAUTION**: Currently not thread-safe.
"""
# Being a class, typing.NoReturn is technically callable (to construct an
# instance), but because it's an abstract class, the call raises TypeError.
Expand Down

0 comments on commit 9ddd466

Please sign in to comment.