Skip to content

Commit

Permalink
📝 Improved the project description
Browse files Browse the repository at this point in the history
  • Loading branch information
Luttik committed Sep 11, 2021
1 parent 7d39910 commit 2ad38e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


<p align="center">
auto-optional: Makes typed arguments Optional when the default argument is None.
auto-optional: adds the Optional type-hint to arguments where the default value is None
</p>

<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


<p align="center">
auto-optional: Makes typed arguments Optional when the default argument is None.
auto-optional: adds the Optional type-hint to arguments where the default value is None
</p>

<p align="center">
Expand Down Expand Up @@ -35,7 +35,7 @@

---

## What does auto-optional do?
## What does auto-optional do
The basic purpose of auto-optional is ensuring that whenever a default argument is `None` the type annotation is Optional.

For example:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "auto-optional"
version = "0.1.0"
description = "Makes typed arguments Optional when the default argument is None"
description = "Adds the Optional type-hint to arguments where the default value is None"
authors = ["Luttik <[email protected]>"]
readme = "README.md"
repository = "https://github.com/Luttik/auto-optional"
Expand Down

0 comments on commit 2ad38e7

Please sign in to comment.