mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix naming style of function name in docstring example
This commit is contained in:
parent
4a06fcb1c7
commit
f7a9d6e39e
|
@ -1935,7 +1935,7 @@ examples.
|
||||||
Typical usage example:
|
Typical usage example:
|
||||||
|
|
||||||
foo = ClassFoo()
|
foo = ClassFoo()
|
||||||
bar = foo.FunctionBar()
|
bar = foo.function_bar()
|
||||||
"""
|
"""
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user