Skip to content

Commit e4f7eaa

Browse files
authored
Comment correction in _ssl.c
Really trivial issue, mostly the ".h" -> ".py" bit, but properly referencing the location is a trivial improvement I think.
1 parent 13dc2fd commit e4f7eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ static void _PySSLFixErrno(void) {
148148
#endif
149149

150150
/* Include generated data (error codes) */
151-
/* See make_ssl_data.h for notes on adding a new version. */
151+
/* See Tools/ssl/make_ssl_data.py for notes on adding a new version. */
152152
#if (OPENSSL_VERSION_NUMBER >= 0x30401000L)
153153
#include "_ssl_data_35.h"
154154
#elif (OPENSSL_VERSION_NUMBER >= 0x30100000L)

0 commit comments

Comments
 (0)