diff options
author | Semen Zhydenko <semen.zhydenko@gmail.com> | 2023-01-10 09:04:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 09:04:06 (GMT) |
commit | 35650f25383efce83b62d5273110ab8dcdbcc254 (patch) | |
tree | d559b52b444bbc0ec3b3eba123c175165f4a1e5e /Doc/c-api | |
parent | 57a5259a438c717755fc667fcbedb515ef8e0c85 (diff) | |
download | cpython-35650f25383efce83b62d5273110ab8dcdbcc254.zip cpython-35650f25383efce83b62d5273110ab8dcdbcc254.tar.gz cpython-35650f25383efce83b62d5273110ab8dcdbcc254.tar.bz2 |
Fix typos in Doc folder (#100880)
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst index be6e7b5..9618a0c 100644 --- a/Doc/c-api/structures.rst +++ b/Doc/c-api/structures.rst @@ -615,7 +615,7 @@ Defining Getters and Setters .. c:member:: getter PyGetSetDef.get - C funtion to get the attribute. + C function to get the attribute. .. c:member:: setter PyGetSetDef.set |