summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMario Šaško <mariosasko777@gmail.com>2020-09-03 10:00:10 (GMT)
committerGitHub <noreply@github.com>2020-09-03 10:00:10 (GMT)
commit851606007665dc30089e5e1953208c5428e455b1 (patch)
tree2c97a02e63bebd78d77c7af92e562689e1cd0194 /Doc
parent71d1bd9569c8a497e279f2fea6fe47cd70a87ea3 (diff)
downloadcpython-851606007665dc30089e5e1953208c5428e455b1.zip
cpython-851606007665dc30089e5e1953208c5428e455b1.tar.gz
cpython-851606007665dc30089e5e1953208c5428e455b1.tar.bz2
[doc] Fix a typo in the graphlib docs (#22030)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/graphlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/graphlib.rst b/Doc/library/graphlib.rst
index 820615e..0faca21 100644
--- a/Doc/library/graphlib.rst
+++ b/Doc/library/graphlib.rst
@@ -121,7 +121,7 @@
if ts.is_active():
...
- if possible to simply do::
+ it is possible to simply do::
if ts:
...