summaryrefslogtreecommitdiff
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-28 22:44:27 -0700
committerGitHub <noreply@github.com>2017-09-28 22:44:27 -0700
commit288d1daadaddf6ae35cf666138ba4b5d07449657 (patch)
tree1cfefe910f99901373d7253bf9be9c5074dee0ea /Modules/posixmodule.c
parenta106aec2ed6ba171838ca7e6ba43c4e722bbecd1 (diff)
downloadcpython-git-288d1daadaddf6ae35cf666138ba4b5d07449657.tar.gz
remove support for BSD/OS (closes bpo-31624) (#3812)
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 83135e536a..13ff9166e7 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -3967,7 +3967,7 @@ os_nice_impl(PyObject *module, int increment)
/* There are two flavours of 'nice': one that returns the new
priority (as required by almost all standards out there) and the
- Linux/FreeBSD/BSDI one, which returns '0' on success and advices
+ Linux/FreeBSD one, which returns '0' on success and advices
the use of getpriority() to get the new priority.
If we are of the nice family that returns the new priority, we