Skip to content

Commit

Permalink
doc: fixed wrong link to cut routine
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Feb 20, 2023
1 parent 9bf4d16 commit 0d78d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisl/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ def tile(self, reps, axis) -> Geometry:
See Also
--------
repeat : equivalent but different ordering of final structure
cut : opposite method of this
untile : opposite method of this
"""
if reps < 1:
raise ValueError(f'{self.__class__.__name__}.tile requires a repetition above 0')
Expand Down

0 comments on commit 0d78d3d

Please sign in to comment.