Skip to content

Commit

Permalink
Fix nth() cheatsheat
Browse files Browse the repository at this point in the history
Closes Suor#121
  • Loading branch information
Suor committed Aug 25, 2022
1 parent e0abf70 commit 36cf9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/descriptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
Returns <code>None</code> if the sequence is empty.
</div>
<div name="nth">
<b>nth<em>(seq)</em></b><br><br>
<b>nth<em>(n, seq)</em></b><br><br>
Returns nth item in the sequence<br> or <code>None</code> if no such item exists.
</div>
<div name="some">
Expand Down

0 comments on commit 36cf9ff

Please sign in to comment.