From 5541301385672ecad84a3bf9faa575314e27c7b0 Mon Sep 17 00:00:00 2001 From: Ali-Tehrani Date: Sun, 13 Sep 2020 09:16:55 -0400 Subject: [PATCH] Revert nprim code doc for brevity Based on Toon's suggestion. --- iodata/basis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iodata/basis.py b/iodata/basis.py index 1a707ef18..24df67578 100644 --- a/iodata/basis.py +++ b/iodata/basis.py @@ -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