Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsogo committed Nov 12, 2020
1 parent 702d8d6 commit 6875a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/###-codebase-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ core Conan dependencies will stop to support it, like
[requests >2.25](https://requests.readthedocs.io/en/latest/community/updates/#id1).

Python 3.6 has also [some valuable features](https://docs.python.org/3/whatsnew/3.6.html)
that will help to improve the codebase and write more maintenable source:
that will help to improve the codebase and write more maintainable source:

* Formatted strig literals aka _f-strings_.
* Type hints for classes and instance varaibles.
* Type hints for classes and instance variables.


## Proposal
Expand Down

0 comments on commit 6875a36

Please sign in to comment.