Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Jan 3, 2022
1 parent 8c3d0c1 commit c04d0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,8 @@ if result := match(request, Items(

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

Matches any object of the specific type with the given attrs as in `**kwargs`. `*attrs` respects the
`__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.

```python
from apm import *
Expand Down

0 comments on commit c04d0cc

Please sign in to comment.