Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f91ed2d

Browse files
committed
Comment typos.
1 parent 50d8d37 commit f91ed2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/import.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,8 @@ find_module(char *realname, PyObject *path, char *buf, size_t buflen,
10201020

10211021
/* case_ok(buf, len, namelen, name)
10221022
* We've already done a successful stat() or fopen() on buf (a path of length
1023-
* len; can not assume there's a trailing null). name is the last component
1024-
* of then path (a string of length namelen, exclusive of trailing null).
1023+
* len, exclusive of trailing null). name is the last component of that path
1024+
& a string of length namelen, exclusive of trailing null).
10251025
* case_ok() is to return 1 if there's a case-sensitive match for
10261026
* name, else 0. case_ok() is also to return 1 if envar PYTHONCASEOK
10271027
* exists.

0 commit comments

Comments
 (0)