Fix naming style of function name in docstring example

This commit is contained in:
Ben Hoyt 2020-01-29 10:46:23 +13:00 committed by GitHub
parent 4a06fcb1c7
commit f7a9d6e39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1935,7 +1935,7 @@ examples.
Typical usage example:
foo = ClassFoo()
bar = foo.FunctionBar()
bar = foo.function_bar()
"""
```