Skip to content

Commit

Permalink
Revert nprim code doc for brevity
Browse files Browse the repository at this point in the history
Based on Toon's suggestion.
  • Loading branch information
Ali-Tehrani committed Sep 13, 2020
1 parent 3aea62a commit 5541301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iodata/basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def nbasis(self) -> int: # noqa: D401

@property
def nprim(self) -> int: # noqa: D401
"""Number of primitive, also known as the contraction length."""
"""Number of primitives in the contracted shells, also known as the contraction length"""
return len(self.exponents)

@property
Expand Down

0 comments on commit 5541301

Please sign in to comment.