Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schlipf committed Nov 29, 2023
1 parent 577f0ed commit 14116a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/py4vasp/_data/kpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def number_lines(self):
Returns
-------
int
The number of lines the band structure contains. For regular meshes this is set to 1."""
The number of lines the band structure contains. For regular meshes this is set to 1.
"""
return self.number_kpoints() // self.line_length()

@base.data_access
Expand Down

0 comments on commit 14116a5

Please sign in to comment.