From ff61a4e72155094c33de465e9f0a2d28654fc0c3 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 15 Jun 2020 16:01:45 -0400 Subject: [PATCH] DOC: fix grammar --- tutorials/intermediate/blitting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/intermediate/blitting.py b/tutorials/intermediate/blitting.py index e33352e6d65e..ff7351df8b2c 100644 --- a/tutorials/intermediate/blitting.py +++ b/tutorials/intermediate/blitting.py @@ -215,5 +215,5 @@ def update(self): bm.update() ############################################################################### -# This class can does not depend on `.pyplot` and is suitable to embed +# This class does not depend on `.pyplot` and is suitable to embed # into larger GUI application.