Skip to content

Commit

Permalink
fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jun 5, 2024
1 parent 4632d95 commit 747cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ When specifying arguments you may add them to the command tuple OR specify them

```python
# these two are equivalent
command("package", ("makemigrations", "--no-header"))
command("package", "makemigrations", "--no-header")
command("package", "makemigrations", no_header=True)
```

Expand Down

0 comments on commit 747cded

Please sign in to comment.