Skip to content

Commit bba46c8

Browse files
committed
doc: fixed last things for lineark
Signed-off-by: Nick Papior <[email protected]>
1 parent 0148816 commit bba46c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sisl/physics/brillouinzone.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,13 +1576,11 @@ def lineark(self, ticks=False):
15761576
ticks : bool, optional
15771577
if `True` the ticks for the points are also returned
15781578
1579-
lk, ticks, ticklabels = BandStructure.lineark(True)
1580-
15811579
Returns
15821580
-------
15831581
linear_k : The positions in reciprocal space determined by the distance between points
15841582
ticks : Linear k-positions of the points, only returned if `ticks` is ``True``
1585-
ticklabels : Labels at `k_tick`, only returned if `ticks` is ``True``
1583+
ticklabels : Labels at `ticks`, only returned if `ticks` is ``True``
15861584
"""
15871585
# Calculate points
15881586
k = [self.tocartesian(pnt) for pnt in self.point]

0 commit comments

Comments
 (0)