Skip to content

Commit f510065

Browse files
brunogirinKarinRoe
andauthored
Update python/lesson1/tutorial.md
Co-Authored-By: KarinRoe <[email protected]>
1 parent 65493c9 commit f510065

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
@@ -6,7 +6,7 @@ title: Strings, Integers and Floats
66
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

9-
Notice that in this tutorial you are working in REPL (IDLE). You find more information
9+
Notice that in this tutorial you are working in REPL (IDLE). You can find more information
1010
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!

0 commit comments

Comments
 (0)