Skip to content

Commit 62f8148

Browse files
committed
spelling: return
Signed-off-by: Josh Soref <[email protected]>
1 parent c81cad6 commit 62f8148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/python_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def parse_args():
113113
parser.add_argument(
114114
"--check",
115115
action="store_true",
116-
help="Don't format the file, just retun the status.",
116+
help="Don't format the file, just return the status.",
117117
)
118118

119119
parser.add_argument(

0 commit comments

Comments
 (0)