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

Commit

Permalink
Update doc of sum_of_monomials() to include iterables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Feb 2, 2022
1 parent fd50bb4 commit 33a7e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/data_structures/blas_dict.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ cpdef dict sum_of_monomials(monomials, scalar):
INPUT:
- ``monomials`` -- a list of indices representing the monomials
- ``monomials`` -- a list (or iterable) of indices representing the monomials
- ``scalar`` -- the scalar for each monomial
EXAMPLES::
Expand Down

0 comments on commit 33a7e77

Please sign in to comment.