From 5e8625ba643db118a44cb32e9e48bf431ef4da53 Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Sun, 23 Apr 2017 22:06:12 +0200 Subject: Renamed "Mac OS X" to "macOS" in docs. --- django/core/management/commands/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/core') 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: -- cgit v1.3