Skip to content

Commit 747cded

Browse files
committed
fix readme example
1 parent 4632d95 commit 747cded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ When specifying arguments you may add them to the command tuple OR specify them
152152

153153
```python
154154
# these two are equivalent
155-
command("package", ("makemigrations", "--no-header"))
155+
command("package", "makemigrations", "--no-header")
156156
command("package", "makemigrations", no_header=True)
157157
```
158158

0 commit comments

Comments
 (0)