Skip to content

Commit 87b2199

Browse files
committed
address review comment
1 parent 894f255 commit 87b2199

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/basilisp/core.lpy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,8 @@
19831983
value, or a combination of ``start`` and ``stop`` and optional
19841984
``step`` values.
19851985

1986-
Equivalent to Python's ``array[start:stop:step]`` extended indexing syntax."
1986+
Equivalent to Python's ``array[start:stop:step]`` extended indexing
1987+
syntax. Use ``nil`` to omit any of these field."
19871988
[array & stop-or-start-stop-step]
19881989
`(aget ~array (python/slice ~@stop-or-start-stop-step) ))
19891990

0 commit comments

Comments
 (0)