From d1d3f43f11afc09226929865d5638599ef505be9 Mon Sep 17 00:00:00 2001 From: Eugene Sirotinski Date: Mon, 30 Nov 2020 14:28:14 +0200 Subject: [PATCH] Update staticmethod.rst Typo in output, should be lower case. --- source/docs/functions/staticmethod.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/functions/staticmethod.rst b/source/docs/functions/staticmethod.rst index a35df84..2fe242e 100644 --- a/source/docs/functions/staticmethod.rst +++ b/source/docs/functions/staticmethod.rst @@ -45,7 +45,7 @@ Example 1 >>> Foo.bar() bar >>> Foo().bar() -Bar +bar Example 2 =========