mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[2.2.x] Fixed typo in docs/ref/django-admin.txt.
Backport of 59de9494e7
from master
This commit is contained in:
parent
769f87fd24
commit
4cfbd2c0c2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue