Skip to content

Commit 6e603a5

Browse files
welcome to python -> these workshops
1 parent 27cf69c commit 6e603a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2__python_self_study_1/just_enough_python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ assert 4 == 3, 'four is equal to three' # AssertionError: four is equal to three
166166
## String Manipulation
167167

168168
The data type used for storing and manipulating text data. Strings will be the
169-
main type of data used in Welcome to Python.
169+
main type of data used in the first Python workshops.
170170

171171
```py
172172
# string length

0 commit comments

Comments
 (0)