Merge f7a9d6e39e6a301f02c68da2a1ace85920cd3f87 into 8487c083e1faecb1259be8a8873618cfdb69d33d

This commit is contained in:
Ben Hoyt 2024-03-19 10:46:53 -03:00 committed by GitHub
commit cd1e0a60cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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