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

Commit 2865535

Browse files
author
Michael Jung
committed
Obsolete '**kwargs' removed
1 parent 5bcc7af commit 2865535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tensor/modules/free_module_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ class :class:`~sage.tensor.modules.comp.Components`;
13971397
self._del_derived() # deletes the derived quantities
13981398
return self._components[basis]
13991399

1400-
def add_comp(self, basis=None, **kwargs):
1400+
def add_comp(self, basis=None):
14011401
r"""
14021402
Return the components of ``self`` w.r.t. a given module basis for
14031403
assignment, keeping the components w.r.t. other bases.

0 commit comments

Comments
 (0)