From 672d8b9190ae9a9acd6a46b3c5559334884fb31c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 4 Sep 2020 15:25:50 -0700 Subject: [PATCH] [3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 851606007665dc30089e5e1953208c5428e455b1) Co-authored-by: Mario Šaško --- Doc/library/graphlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/graphlib.rst b/Doc/library/graphlib.rst index 820615e7230..0faca2186b2 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: ...