Skip to content

Commit c04d0cc

Browse files
committed
Fix typo
1 parent 8c3d0c1 commit c04d0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -900,8 +900,8 @@ if result := match(request, Items(
900900

901901
### `Object(type, *args, **kwargs)`
902902

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.
903+
Matches any object of the specific type with the given attrs as in `**kwargs`.
904+
It respects the `__match_args__` introduced by PEP-634.
905905

906906
```python
907907
from apm import *

0 commit comments

Comments
 (0)