[Python-checkins] Update the comment of termios.c (#21886)

Soumendra Ganguly webhook-mailer at python.org
Sun Aug 16 11:51:05 EDT 2020


https://github.com/python/cpython/commit/97003466d481670b9234b343319c6e02f9c5d732
commit: 97003466d481670b9234b343319c6e02f9c5d732
branch: master
author: Soumendra Ganguly <67527439+8vasu at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-08-17T00:51:00+09:00
summary:

Update the comment of termios.c (#21886)

files:
M Modules/termios.c

diff --git a/Modules/termios.c b/Modules/termios.c
index 75e5e523206f4..178ae4ee6e41d 100644
--- a/Modules/termios.c
+++ b/Modules/termios.c
@@ -1,4 +1,4 @@
-/* termiosmodule.c -- POSIX terminal I/O module implementation.  */
+/* termios.c -- POSIX terminal I/O module implementation.  */
 
 #include "Python.h"
 



More information about the Python-checkins mailing list