[Python-modules-commits] [billiard] 07/09: Fix spelling error in multiprocessing.c.
Michael Fladischer
fladi at moszumanska.debian.org
Sun Dec 20 08:25:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository billiard.
commit be0df8b7d94ef5d66f334f0e59587dd4a8ca49df
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sat Dec 19 21:54:38 2015 +0100
Fix spelling error in multiprocessing.c.
---
Modules/_billiard/multiprocessing.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Modules/_billiard/multiprocessing.c b/Modules/_billiard/multiprocessing.c
index 5eb5ad2..1d8e1af 100644
--- a/Modules/_billiard/multiprocessing.c
+++ b/Modules/_billiard/multiprocessing.c
@@ -262,7 +262,7 @@ bail:
static PyMethodDef Billiard_module_methods[] = {
{"address_of_buffer", Billiard_multiprocessing_address_of_buffer, METH_O,
"address_of_buffer(obj) -> int\n\n"
- "Return address of obj assuming obj supports buffer inteface"},
+ "Return address of obj assuming obj supports buffer interface"},
#if HAVE_FD_TRANSFER
{"sendfd", Billiard_multiprocessing_sendfd, METH_VARARGS,
"sendfd(sockfd, fd) -> None\n\n"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/billiard.git
More information about the Python-modules-commits
mailing list