Kaydet (Commit) 59de9494 authored tarafından Daniel Musketa's avatar Daniel Musketa Kaydeden (comit) Mariusz Felisiak

Fixed typo in docs/ref/django-admin.txt.

üst 4043dc69
......@@ -1940,5 +1940,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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment