]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix a typo in the graphlib docs (#22030)
authorMario Šaško <mariosasko777@gmail.com>
Thu, 3 Sep 2020 10:00:10 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 10:00:10 +0000 (11:00 +0100)
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:
               ...