Skip to content

Commit f504db5

Browse files
committed
update docs signature
1 parent 2b804b9 commit f504db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/lib/spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ the resuling `HomSpace` after applying certain tensor operations.
123123

124124
```@docs
125125
flip(W::HomSpace{S}, I) where {S}
126-
TensorKit.permute(::HomSpace{S}, ::Index2Tuple{N₁,N₂}) where {S,N₁,N₂}
126+
TensorKit.permute(::HomSpace, ::Index2Tuple)
127127
TensorKit.select(::HomSpace{S}, ::Index2Tuple{N₁,N₂}) where {S,N₁,N₂}
128128
TensorKit.compose(::HomSpace{S}, ::HomSpace{S}) where {S}
129129
insertleftunit(::HomSpace, ::Val{i}) where {i}

0 commit comments

Comments
 (0)