[1.11.x] Removed obsolete sentence in ManagementUtility docstring.

Backport of a6755b29e9 from master
This commit is contained in:
Srinivas Reddy Thatiparthy 2017-01-28 18:39:42 +05:30 committed by Tim Graham
parent 33ff4e4e58
commit f706576adf
1 changed files with 0 additions and 3 deletions

View File

@ -133,9 +133,6 @@ def call_command(command_name, *args, **options):
class ManagementUtility(object):
"""
Encapsulates the logic of the django-admin and manage.py utilities.
A ManagementUtility has a number of commands, which can be manipulated
by editing the self.commands dictionary.
"""
def __init__(self, argv=None):
self.argv = argv or sys.argv[:]