mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Merge pull request #768 from rutsky/patch-1
fix typo: "Python'd" -> "Python's"
This commit is contained in:
commit
5d7fcaa50c
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue