Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-09-29 21:06:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-29 21:06:11 +0300
commite7c9b53c76d2673e6409dda59a5f738808379588 (patch)
treebda7f162b8167fefd47f3530f49957589f6551ba /doc/development/python_guide
parentc1e135e7033b626c2bce65a900a5b0e669c2f6c2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/python_guide')
-rw-r--r--doc/development/python_guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/python_guide/index.md b/doc/development/python_guide/index.md
index 47d9d96766c..d898351345d 100644
--- a/doc/development/python_guide/index.md
+++ b/doc/development/python_guide/index.md
@@ -27,7 +27,7 @@ To install `pyenv` on Linux, you can run the command below:
curl https://pyenv.run | bash
```
-Alternatively, you may find `pypenv` available as a system package via your distro package manager.
+Alternatively, you may find `pyenv` available as a system package via your distro package manager.
You can read more about it in: <https://github.com/pyenv/pyenv-installer#prerequisites>.