Skip to content

Commit 8bba0b3

Browse files
committed
oops, fix another typo in docstring
1 parent 9fbddce commit 8bba0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpythonic/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class env:
4141
with env(s="hello", orange="fruit", answer=42) as e:
4242
... # ...code that uses e...
4343
44-
When the `with` block exits, `e` forgets all its bindings. The ``e``
44+
When the `with` block exits, ``e`` forgets all its bindings. The ``e``
4545
instance itself will remain alive due to Python's scoping rules.
4646
"""
4747
# do not allow bindings that would break functionality.

0 commit comments

Comments
 (0)