Skip to content

Commit

Permalink
Merge pull request numpy#5956 from andyfaff/doc_poly
Browse files Browse the repository at this point in the history
DOC: Polynomial.deriv refers to integrations, not differentiations
  • Loading branch information
charris committed Jun 10, 2015
2 parents 7d86792 + 9c53d04 commit 83f36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/polynomial/_polybase.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def deriv(self, m=1):
Parameters
----------
m : non-negative int
The number of integrations to perform.
Find the derivative of order `m`.
Returns
-------
Expand Down

0 comments on commit 83f36c5

Please sign in to comment.