From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:25:50 +0000 (-0700) Subject: [3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076) X-Git-Tag: v3.9.0rc2~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=672d8b9190ae9a9acd6a46b3c5559334884fb31c;p=thirdparty%2FPython%2Fcpython.git [3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076) (cherry picked from commit 851606007665dc30089e5e1953208c5428e455b1) Co-authored-by: Mario Šaško --- diff --git a/Doc/library/graphlib.rst b/Doc/library/graphlib.rst index 820615e72301..0faca2186b26 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: ...