Skip to content

Commit

Permalink
📝 Fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaap3 authored Oct 13, 2021
1 parent 47f4063 commit c34f2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repos:
- The alternatives to `Optional` are supported, that means both;
- `Union[X, None]`
- `x | None` (allowed since python 10+).
- `x | None` (allowed since python 3.10+).
- Existing imports are reused.
- `import as` and `from typing import ...` statements are properly handled.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repos:
- The alternatives to `Optional` are supported, that means both;
- `Union[X, None]`
- `x | None` (allowed since python 10+).
- `x | None` (allowed since python 3.10+).
- Existing imports are reused.
- `import as` and `from typing import ...` statements are properly handled.

Expand Down

0 comments on commit c34f2c5

Please sign in to comment.