Skip to content

Commit 5ac6891

Browse files
authored
Merge pull request #5713 from TomJGooding/docs-fix-camel-to-snake-docstring
docs: fix camel_to_snake docstring
2 parents ec5cf4e + a03cea5 commit 5ac6891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def camel_to_snake(
1111
name: A symbol name, such as a class name.
1212
1313
Returns:
14-
Name in camel case.
14+
Name in snake case.
1515
"""
1616

1717
def repl(match: Match[str]) -> str:

0 commit comments

Comments
 (0)