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 =========