Skip to content

Commit

Permalink
style(docs): period
Browse files Browse the repository at this point in the history
Co-authored-by: antazoey <[email protected]>
  • Loading branch information
mikeshultz and antazoey authored Mar 19, 2024
1 parent d3a3855 commit 4dd79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_vyper/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def cli():
@click.argument("OUTFILE", type=click.Path(exists=False, resolve_path=True, writable=True))
def flatten(cli_ctx, contract: Path, outfile: Path):
"""
Flatten a contract into a single file.
Flatten a contract into a single file
"""
with Path(outfile).open("w") as fout:
content = ape.compilers.vyper.flatten_contract(
Expand Down

0 comments on commit 4dd79be

Please sign in to comment.