Skip to content

Commit

Permalink
Merge 1ca5b85 into 118b612
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Feb 20, 2019
2 parents 118b612 + 1ca5b85 commit 2bde402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -219,8 +219,8 @@ def very_important_function(
template: str,
*variables,
file: os.PathLike,
engine: str,
header: bool = True
engine: str,
header: bool = True,
debug: bool = False,
):
"""Applies `variables` to the `template` and writes to `file`."""
Expand Down

0 comments on commit 2bde402

Please sign in to comment.