Skip to content

Commit 05f3b3a

Browse files
committed
Fix typos
1 parent 9607f86 commit 05f3b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRI
4747
## Intermediate
4848

4949
#### Idiomatic Python
50-
Python is a powerfull language which contains many language features that are not present in most of the other languages. Idiomatic section will cover some of these Pythonic features in detail. This material could be especially useful for people who have backgound with other programming languages.
50+
Python is a powerful language which contains many features that are not present in most other programming languages. Idiomatic section will cover some of these Pythonic features in detail. These materials are especially useful for people who have background with other programming languages.
5151

5252
1. [Idiomatic loops](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/intermediate/html/idiomatic_loops.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/idiomatic_loops.ipynb)
5353
1. [Idiomatic dictionaries](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/intermediate/html/idiomatic_dicts.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/idiomatic_dicts.ipynb)

0 commit comments

Comments
 (0)