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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzorin <alex@zorin.id.au>2022-04-08 00:27:16 +0300
committerGitHub <noreply@github.com>2022-04-08 00:27:16 +0300
commit7a2c26fd22ad89fbc9c438bdbd0fd844b2e7686b (patch)
treeb5afdfcaf2ba7a5d8ac8407feec4a671823e8373
parent0fb5094250ea3f03d8fe81e430888a7b6b44b8b2 (diff)
docs: in contributing, ipdb→ipdb3 (#9271)
The binary is renamed in Python 3.
-rw-r--r--certbot/docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst
index b81b14e40..e8ba87fcf 100644
--- a/certbot/docs/contributing.rst
+++ b/certbot/docs/contributing.rst
@@ -75,7 +75,7 @@ latter by running:
source venv/bin/activate
-After running this command, ``certbot`` and development tools like ``ipdb``,
+After running this command, ``certbot`` and development tools like ``ipdb3``,
``ipython``, ``pytest``, and ``tox`` are available in the shell where you ran
the command. These tools are installed in the virtual environment and are kept
separate from your global Python installation. This works by setting