Skip to content

Commit 1e1a849

Browse files
committed
Fix docstring
1 parent 8554840 commit 1e1a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blockindices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ end
302302

303303
# deleted code that isn't used, such as 0-dimensional case
304304
"""
305-
BlockRange(axes::Tuple{AbstractUnitRange{Vararg{Int}}})
305+
BlockRange(axes::Tuple{Vararg{AbstractUnitRange{<:Integer}}})
306306
BlockRange(sizes::Tuple{Vararg{Integer}})
307307
308308
Represent a Cartesian range of blocks.

0 commit comments

Comments
 (0)