1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

fix typo: "Python'd" -> "Python's"

This commit is contained in:
Vladimir Rutsky
2015-09-13 09:47:56 +03:00
parent b866c2a816
commit 06d87cb56c

View File

@@ -61,7 +61,7 @@ The following tools are there to help you:
- For debugging, we recommend ``pip install ipdb`` and putting
``import ipdb; ipdb.set_trace()`` statement inside the source
code. Alternatively, you can use Python'd standard library `pdb`,
code. Alternatively, you can use Python's standard library `pdb`,
but you won't get TAB completion...