mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs: fix camel_to_snake docstring
Spotted in passing and decided just to fix it after wondering if it was even worth a pull request.
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