-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
DocumentationIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orgIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orggood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solution
Milestone
Description
Issue with current documentation:
At the end of the function, the error raised is
raise ValueError("Impulse method is only applicable"
"to strictly proper systems")
which as a result misses a whitespace between applicable and to
Idea or request for content:
Looking at the way other errors are being raised in the same function, I suggest adding a whitespace at the end of the first string, i.e.
raise ValueError("Impulse method is only applicable "
"to strictly proper systems")
Additional context (e.g. screenshots, GIFs)
I'm not sure if this falls under documentation exactly, but it's the closest to what this is, please do let me know if there is an intended way to report this.
Metadata
Metadata
Assignees
Labels
DocumentationIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orgIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orggood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solution