Skip to content

Commit b0a5b1f

Browse files
committed
kodec stuff 2
1 parent 3c1b4cc commit b0a5b1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

basics/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ back to `>>>` when we press Enter again.
137137

138138
## Summary
139139

140-
- Again, error messages are your friends.
140+
[comment]: # (the first line in this summary is exactly same as in
141+
what-is-programming.md, and it's supposed to be like this)
142+
143+
- Error messages are our friends.
141144
- We can enter any Python commands to the interactive `>>>` prompt, and
142145
it will echo back the result.
143146
- `+`, `-`, `*` and `/` work in Python just like in math.

basics/what-is-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ rest of this tutorial only if you don't understand the code.
148148
as needed.
149149
- Make sure you understand everything you read.
150150
- Experiment with things freely and don't fear mistakes.
151-
- Error messages are your friends.
151+
- Error messages are our friends.
152152
- Let me know if you have trouble with this tutorial.
153153
- Now we're ready to [install Python](installing-python.md) and
154154
[get started](getting-started.md)!

0 commit comments

Comments
 (0)