mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Fix typo
This commit is contained in:
parent
a0fd8884ca
commit
4f7945f3b3
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ portable_lseek(int fd, PyObject *posobj, int whence)
|
|||
#if SEEK_CUR != 1
|
||||
case 1: whence = SEEK_CUR; break;
|
||||
#endif
|
||||
#if SEEL_END != 2
|
||||
#if SEEK_END != 2
|
||||
case 2: whence = SEEK_END; break;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue