8000 Sundy doc changes by tacaswell · Pull Request #5360 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Sundy doc changes #5360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments. 8000
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
DOC : add missing comma
  • Loading branch information
tacaswell committed Dec 9, 2014
commit e8ba85511e6ec66d41b59420e658e03d4303b000
2 changes: 1 addition & 1 deletion numpy/lib/financial.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def pmt(rate, nper, pv, fv=0, when='end'):
Number of compounding periods
pv : array_like
Present value
fv : array_like (optional)
fv : array_like, (optional)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parenthesis should be removed for optional to match the other docstrings

Future value (default = 0)
when : {{'begin', 1}, {'end', 0}}, {string, int}
When payments are due ('begin' (1) or 'end' (0))
Expand Down
0