From 61f82e0e337f971da57f8f513abfe693edf95aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 20 Apr 2018 23:08:45 +0300 Subject: Spelling fixes to docs, docstrings, and comments (GH-6374) --- Python/fileutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/fileutils.c') diff --git a/Python/fileutils.c b/Python/fileutils.c index 32aeea4f10..35869c81ac 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -431,7 +431,7 @@ decode_error: can be decoded as a surrogate character, escape the bytes using the surrogateescape error handler instead of decoding them. - On sucess, return 0 and write the newly allocated wide character string into + On success, return 0 and write the newly allocated wide character string into *wstr (use PyMem_RawFree() to free the memory). If wlen is not NULL, write the number of wide characters excluding the null character into *wlen. -- cgit v1.2.1