Skip to content

Commit

Permalink
[2.2.x] Fixed typo in docs/ref/django-admin.txt.
Browse files Browse the repository at this point in the history
Backport of 59de949 from master
  • Loading branch information
vlt authored and felixxm committed May 7, 2019
1 parent 769f87f commit 4cfbd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/django-admin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1900,5 +1900,5 @@ Output redirection
Note that you can redirect standard output and error streams as all commands
support the ``stdout`` and ``stderr`` options. For example, you could write::

with open('/path/to/command_output') as f:
with open('/path/to/command_output', 'w') as f:
management.call_command('dumpdata', stdout=f)

0 comments on commit 4cfbd2c

Please sign in to comment.