Skip to content

Commit 857a34e

Browse files
Merge pull request #499 from francescacoo/patch-1
Fix link to Installing Python tutorial
2 parents 251f1e0 + 1c675e9 commit 857a34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this tutorial, we're going to start to work with the basic types of Python:
77
strings (for text) and integers & floats (for numeric values).
88

99
Notice that in this tutorial you are working in REPL (IDLE). You can find more information
10-
on REPL and how to start Python in your `cmd` or `terminal` in the [Installing Python tutorial](python/lesson0/tutorial.html) .
10+
on REPL and how to start Python in your `cmd` or `terminal` in the [Installing Python tutorial](/python/lesson0/tutorial.html) .
1111

1212
## Hello, World!
1313

0 commit comments

Comments
 (0)