diff options
| author | Michiel Beijen <mb@x14.nl> | 2017-04-23 22:06:12 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-24 20:16:09 -0400 |
| commit | 5e8625ba643db118a44cb32e9e48bf431ef4da53 (patch) | |
| tree | 62e94281654806927d39568683413941d581633c /django | |
| parent | 9f2e8b5bb79722ccafa3c4d6816bc847be1f59f9 (diff) | |
Renamed "Mac OS X" to "macOS" in docs.
Diffstat (limited to 'django')
| -rw-r--r-- | django/core/management/commands/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/commands/shell.py b/django/core/management/commands/shell.py index 4b91c1b977..243680c591 100644 --- a/django/core/management/commands/shell.py +++ b/django/core/management/commands/shell.py @@ -52,7 +52,7 @@ class Command(BaseCommand): # we already know 'readline' was imported successfully. import rlcompleter readline.set_completer(rlcompleter.Completer(imported_objects).complete) - # Enable tab completion on systems using libedit (e.g. Mac OSX). + # Enable tab completion on systems using libedit (e.g. macOS). # These lines are copied from Python's Lib/site.py. readline_doc = getattr(readline, '__doc__', '') if readline_doc is not None and 'libedit' in readline_doc: |
