Skip to content

Commit fbb0e21

Browse files
authored
Merge pull request #573 from tobyhodges/patch-1
link to Python documentation
2 parents 0a6a5c0 + 45d60cd commit fbb0e21

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

episodes/01-short-introduction-to-Python.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ Data Carpentry
173173
Notice that "Data Carpentry" is printed only once.
174174

175175
**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.
176+
lesson, we will introduce methods and user-defined functions.
177+
[The Python documentation](https://docs.python.org/3/)
178+
is excellent for reference on the differences between them.
178179

179180
**Tip**: When editing scripts like *example.py*, be careful not to use word
180181
processors such as MS Word, as they may introduce extra information that

0 commit comments

Comments
 (0)