cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Docs: Add `os.splice` flags argument

Open aminalaee opened this issue 2 years ago • 0 comments

The docs for os.splice misses the flags argument but it is documented in posixmodule.c:

https://github.com/python/cpython/blob/64ab9f7d5c7cbe5ef997c7d841151e0e71e7f582/Modules/posixmodule.c#L11565-L11566

Ref: https://github.com/python/typeshed/pull/10771


:books: Documentation preview :books:: https://cpython-previews--109847.org.readthedocs.build/

aminalaee avatar Sep 25 '23 14:09 aminalaee