Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit f9aaad5

Browse files
author
Travis Scrimshaw
committed
Fixing docstring (which should have been on the last commit).
1 parent aa85da2 commit f9aaad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/categories/filtered_modules_with_basis.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def basis(self, d=None):
153153
over Integer Ring(i))_{i in Partitions}
154154
155155
Checking this method on a filtered algebra. Note that this
156-
will typically raise an ``AttributeError`` when this feature
157-
is not implemented. ::
156+
will typically raise a ``NotImplementedError`` when this
157+
feature is not implemented. ::
158158
159159
sage: A = AlgebrasWithBasis(ZZ).Filtered().example()
160160
sage: A.basis(4)

0 commit comments

Comments
 (0)