docs: Fix wrong option type (#5633)

This commit is contained in:
Mazen Ramadan 2022-10-05 14:13:03 +02:00 committed by GitHub
parent a1631154d7
commit 5697b2e352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,4 +95,4 @@ The following types are supported for options.
- Primitive types - `str`, `int`, `float`, `bool`.
- Optional values, annotated using `typing.Optional`.
- Sequences of values, annotated using `typing.Sequence`.
- Sequences of values, annotated using `collections.abc.Sequence`.