From 06d87cb56cd3cbfc64a06b3d1f183dadb29eff24 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Sun, 13 Sep 2015 09:47:56 +0300 Subject: [PATCH] fix typo: "Python'd" -> "Python's" --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 7ddbdcf24..1398e818c 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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...