Skip to content

Commit d7dc186

Browse files
committed
oops! :D
1 parent 51b7d80 commit d7dc186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Powers are calculated before `*` and `/`, but after `()`.
205205
- You can enter any Python commands to the interactive `>>>` prompt, and
206206
it will echo back the result.
207207
- Pieces of text starting with a `#` are comments.
208-
- `+`, `-`, `*` and `\` work in Python just like in math.
208+
- `+`, `-`, `*` and `/` work in Python just like in math.
209209

210210
***
211211

0 commit comments

Comments
 (0)