Skip to content

Commit

Permalink
Correct return type for sequence.createSubsequence()
Browse files Browse the repository at this point in the history
Returns a new sequence if successful, or 0 if unsuccessful.
  • Loading branch information
bbb999 committed May 4, 2022
1 parent 6f08b73 commit 5076b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sequence/sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Argument Type Description

**Returns**

Returns 0 if successful.
Returns the newly-created sequence, or 0 if unsuccessful.

----

Expand Down

0 comments on commit 5076b6b

Please sign in to comment.