[1.11.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.

Backport of a30482a4b6e5d13e7325238fdc902fbca7e714f4 from master
This commit is contained in:
René Fleschenberg 2017-05-30 23:15:20 +02:00 committed by Tim Graham
parent 48274c1589
commit ceb6a64f2f

View File

@ -1778,7 +1778,7 @@ To call a management command from code use ``call_command``.
``*args`` ``*args``
a list of arguments accepted by the command. Arguments are passed to the a list of arguments accepted by the command. Arguments are passed to the
argument parser, so you can use the same style as you would on the command argument parser, so you can use the same style as you would on the command
line. For example, ``call_command('flush', 'verbosity=0')``. line. For example, ``call_command('flush', '--verbosity=0')``.
``**options`` ``**options``
named options accepted on the command-line. Options are passed to the command named options accepted on the command-line. Options are passed to the command