mirror of https://github.com/zulip/zulip.git
docs: Fix typo in mypy doc.
This commit is contained in:
parent
9f009a2e63
commit
bc8167db2a
|
@ -201,7 +201,7 @@ if it isn't.
|
|||
It supports being passed a `sub_validator`, which will verify that
|
||||
each element in the list has a given type as well. One can express
|
||||
the idea "If `sub_validator` validates that something is a `ResultT`,
|
||||
`check_list(sub_validator)` validators that something is a
|
||||
`check_list(sub_validator)` validates that something is a
|
||||
`List[ResultT]` as follows:
|
||||
|
||||
```python
|
||||
|
|
Loading…
Reference in New Issue