mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.9] Fix typos in the Modules directory (GH-28761). (GH-28791)
(cherry picked from commit dd02a696e5
)
Co-authored-by: Christian Clauss <cclauss@me.com>
Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
6c97b03cf6
commit
8f762349a2
15 changed files with 17 additions and 17 deletions
|
@ -183,7 +183,7 @@ syslog_syslog(PyObject * self, PyObject * args)
|
|||
PyObject *openargs;
|
||||
|
||||
/* Continue even if PyTuple_New fails, because openlog(3) is optional.
|
||||
* So, we can still do loggin in the unlikely event things are so hosed
|
||||
* So, we can still do logging in the unlikely event things are so hosed
|
||||
* that we can't do this tuple.
|
||||
*/
|
||||
if ((openargs = PyTuple_New(0))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue