X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/118b612059394ea161a05adee74507ed22425cd4..2ae5ce1e6ee036b48db48342512f6d3726f77682:/README.md diff --git a/README.md b/README.md index 2ce91bb..b25f64f 100644 --- a/README.md +++ b/README.md @@ -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`."""