Skip to content

Commit d1ca001

Browse files
authored
gh-127330: Comment correction in _ssl.c (#139603)
1 parent dadbb26 commit d1ca001

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)