Skip to content

Commit f951554

Browse files
fix tiny typo in maybe docs (#1092)
1 parent cd1a378 commit f951554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/maybe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def lash(
157157
>>> assert Nothing.lash(lashable) == Some('b')
158158
159159
We need this feature to make ``Maybe`` compatible
160-
with different ``Result`` like oeprations.
160+
with different ``Result`` like operations.
161161
162162
"""
163163

0 commit comments

Comments
 (0)