mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #5713 from TomJGooding/docs-fix-camel-to-snake-docstring
docs: fix camel_to_snake docstring
This commit is contained in:
@@ -11,7 +11,7 @@ def camel_to_snake(
|
||||
name: A symbol name, such as a class name.
|
||||
|
||||
Returns:
|
||||
Name in camel case.
|
||||
Name in snake case.
|
||||
"""
|
||||
|
||||
def repl(match: Match[str]) -> str:
|
||||
|
||||
Reference in New Issue
Block a user