Skip to content

Commit

Permalink
Merge pull request #136 from tamere-allo-peter/fix/issue-133
Browse files Browse the repository at this point in the history
fix: make docstring match functionality, closes #133
  • Loading branch information
lyz-code committed Nov 26, 2021
2 parents 39521ed + 0d924c8 commit 495162d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yamlfix/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def fix_files(files: Tuple[TextIOWrapper]) -> Optional[str]:
"""Fix the yaml source code of a list of files.
If the input is taken from stdin, it will output the value to stdout.
If the input is taken from stdin, it will return the fixed value.
Args:
files: List of files to fix.
Expand Down

0 comments on commit 495162d

Please sign in to comment.