Skip to content

Commit 1468252

Browse files
committed
bah, fix a typo in that docstring change I just made to Reference
1 parent 29de859 commit 1468252

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

effect/ref.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ class Reference(object):
1919
2020
:note: Warning: Instantiating a Reference causes an implicit side-effect.
2121
In other words, ``Reference`` is not a referentially transparent
22-
function, and you can't use equational reasoning on it: the a call to
22+
function, and you can't use equational reasoning on it: a call to
2323
Reference is not interchangeable with the *result of* a call to
2424
Reference, since identity matters. If you want to create references in
2525
purely functional code, you can use the :obj:`effect.Func` intent:
2626
`effect.Effect(effect.Func(Reference))`.
27-
2827
"""
2928

3029
# TODO: Add modify_atomic that either uses a lock or a low-level

0 commit comments

Comments
 (0)