Skip to content

Commit d96038f

Browse files
committed
Fix documented signature of is_mapping()
1 parent a1c9970 commit d96038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For instance, ``has_attrs(name="bob")`` is equivalent to ``has_attrs(name=equal_
106106
# Matches [42], [42, 42, 42] and []
107107
# but not [42, 43]
108108
109-
* ``is_mapping(**matchers)``: matches a mapping, such as a ``dict``, if it has the same keys with matching values.
109+
* ``is_mapping(matchers)``: matches a mapping, such as a ``dict``, if it has the same keys with matching values.
110110
An error will be raised if the mapping is missing any keys, or has any extra keys.
111111
For instance:
112112

0 commit comments

Comments
 (0)