Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
slinnarsson committed Sep 27, 2018
1 parent e33c793 commit e346803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loompy/loom_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def permute(self, ordering: np.ndarray, *, axis: int) -> None:
Permute the layer along an axis
Args:
axis: The axis to permut (0, permute the rows; 1, permute the columns)
axis: The axis to permute (0, permute the rows; 1, permute the columns)
ordering: The permutation vector
"""
if axis == 0:
Expand Down
Binary file added notebooks/test.loom
Binary file not shown.

0 comments on commit e346803

Please sign in to comment.