X Tutup
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add return value for failure
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
  • Loading branch information
ammaraskar and pablogsal authored Jul 12, 2021
commit 32e1a54789943d977fcbda4986d9137fc576ca2a
2 changes: 1 addition & 1 deletion Doc/c-api/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ bound into a function.
for the instruction at ``byte_offset``. Sets the value to ``0`` when
information is not available for any particular element.

Returns ``1`` if the function succeeds.
Returns ``1`` if the function succeeds and 0 otherwise.
X Tutup