We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6a5c0 commit 45d60cdCopy full SHA for 45d60cd
1 file changed
episodes/01-short-introduction-to-Python.md
@@ -173,8 +173,9 @@ Data Carpentry
173
Notice that "Data Carpentry" is printed only once.
174
175
**Tip**: `print` and `type` are built-in functions in Python. Later in this
176
-lesson, we will introduce methods and user-defined functions. The Python
177
-documentation is excellent for reference on the differences between them.
+lesson, we will introduce methods and user-defined functions.
+[The Python documentation](https://docs.python.org/3/)
178
+is excellent for reference on the differences between them.
179
180
**Tip**: When editing scripts like *example.py*, be careful not to use word
181
processors such as MS Word, as they may introduce extra information that
0 commit comments