Skip to content

Commit 6cf704f

Browse files
committed
Move comment to docstring
1 parent a40836e commit 6cf704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/tests/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ def build_files(file_defs, prefix=""):
138138
f.write(DALS(contents))
139139

140140

141-
# Unindents the above triple quote text for formatting
142141
def DALS(str):
142+
"Dedent and left-strip"
143143
return textwrap.dedent(str).lstrip()

0 commit comments

Comments
 (0)