]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Sep 2020 22:25:50 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 22:25:50 +0000 (15:25 -0700)
(cherry picked from commit 851606007665dc30089e5e1953208c5428e455b1)

Co-authored-by: Mario Šaško <mariosasko777@gmail.com>
Doc/library/graphlib.rst

index 820615e72301576fd1752945b314dca0d7a2d87c..0faca2186b268cc5ac66e144952574b5f6ef01ee 100644 (file)
           if ts.is_active():
               ...
 
-      if possible to simply do::
+      it is possible to simply do::
 
           if ts:
               ...