Skip to content

Commit

Permalink
typing.Optional is not a class in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Mar 15, 2020
1 parent 7f089bd commit 9b56042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Changelog
'''''

- Tighten type hints for parameters that have a default of ``None``
but were not typed as :class:`typing.Optional`.
but were not typed as :data:`typing.Optional`.

- Tweak code to not change semantics but reach 100% coverage.

Expand Down

0 comments on commit 9b56042

Please sign in to comment.