We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3d0c1 commit c04d0ccCopy full SHA for c04d0cc
README.md
@@ -900,8 +900,8 @@ if result := match(request, Items(
900
901
### `Object(type, *args, **kwargs)`
902
903
-Matches any object of the specific type with the given attrs as in `**kwargs`. `*attrs` respects the
904
-`__match_args__` introduced by PEP-634.
+Matches any object of the specific type with the given attrs as in `**kwargs`.
+It respects the `__match_args__` introduced by PEP-634.
905
906
```python
907
from apm import *
0 commit comments