Skip to content

Commit a03cea5

Browse files
committed
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.
1 parent ec5cf4e commit a03cea5

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)