Skip to content

Commit

Permalink
Merge c967e67 into 42295e3
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Apr 12, 2021
2 parents 42295e3 + c967e67 commit 6567a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions immutable_views/_dict_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ def __ror__(self, other):
not support the operation.
The returned :class:`DictView` object is a view on a new dictionary
object of the type of the left hand operand that contains all the items
from the underlying dictionary of the left hand operand, updated by the
object of the type of the right hand operand that contains all the items
from the underlying dictionary of the right hand operand, updated by the
items from the other dictionary (or in case of a DictView, its
underlying dictionary).
Expand Down

0 comments on commit 6567a8d

Please sign in to comment.