Skip to content

Commit 2c06cc3

Browse files
committed
fix
1 parent f49cd6b commit 2c06cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ parser.find_key_value(data, 'chain', 'B')
8181

8282
> Wildcard **'*'** can be used as key(s) to match any.
8383
84-
`find_key_value(data: dict | list, key: str, value: str | int | float | bool | NoneType) -> list`
84+
`find_key_value(data: dict | list, key: str, value: str | int | float | bool | None) -> list`
8585

8686
- Provide JSON data as a dictionary or a list, a key as a string,
8787
and a value as a string, integer, float, boolean, or None.

0 commit comments

Comments
 (0)