You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ If you can not access Python and/or Jupyter Notebook on your machine, you can st
14
14
15
15
#### Usage
16
16
17
-
1. Clone or download the repository.
17
+
1. Clone or download this repository.
18
18
2. Run `jupyter notebook` command in your command line in the repository directory.
19
-
3. Jupyter Notebook session will open in your browser and you can start navigating through the materials.
19
+
3. Jupyter Notebook session will open in the browser and you can start navigating through the materials.
20
20
21
21
#### Contributing
22
22
See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRIBUTING.md) guide.
@@ -47,7 +47,7 @@ See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRI
47
47
## Intermediate
48
48
49
49
#### Idiomatic Python
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.
50
+
Python is a powerful language which contains many features not presented in most other programming languages. Idiomatic section will cover some of these Pythonic features in detail. These materials are especially useful for people with background in other programming languages.
0 commit comments