Skip to content

Commit a704e22

Browse files
authored
Merge branch 'source' into patch-1
2 parents bf30a38 + 95023c6 commit a704e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ your code is always tested (to a given extend) before you ship it.
510510

511511
Before you make your code available to the public, you need to think about how users can install the software on
512512
their computers. In the Python world, one standard way to do this is using
513-
[distutils](http://docs.python.org/distutils/index.html) which is shipped with the standard Python distribution.
513+
[distutils](http://docs.python.org/3.11/distutils/index.html) which is shipped with the standard Python distribution.
514514

515515
Using distutils basically means providing a `setup.py` or `pyproject.toml` that can be used to install the software.
516516

0 commit comments

Comments
 (0)