Skip to content

Commit baae3b3

Browse files
committed
-
1 parent 9db34b4 commit baae3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py2/python_toolbox/string_tools/case_conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import re
88

99

10-
def camelcase_to_spacecase(s):
10+
def camel_case_to_space_case(s):
1111
'''
1212
Convert a string from camelcase to spacecase.
1313

0 commit comments

Comments
 (0)