Skip to content

Commit 9d9ffee

Browse files
committed
chore: new casing
1 parent 9fcbb72 commit 9d9ffee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/admin_scripts/base/pysource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def pysource_walker(arguments, directory_name, names):
139139
# print a message a message about the pysource
140140
# operation that is going to be performed and
141141
# then runs the operation with the correct path
142-
extra.echo("Validation python source file: %s" % valid_complete_name)
142+
extra.echo("Validation Python source file: %s" % valid_complete_name)
143143
pysource_file(valid_complete_name, ignores=ignores)
144144

145145

0 commit comments

Comments
 (0)