Skip to content
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

Fix typo in cont2discrete #20664

Merged
merged 1 commit into from May 8, 2024
Merged

Fix typo in cont2discrete #20664

merged 1 commit into from May 8, 2024

Conversation

budjen-jovan
Copy link
Contributor

Fixed the missing blankspace in scipy.signal.cont2discrete() ValueError as per #20662

Reference issue

Closes #20662

What does this implement/fix?

Fixed the missing blankspace in scipy.signal.cont2discrete().

As per scipy#20662, fixed the missing blankspace.
@j-bowhay j-bowhay added the maintenance Items related to regular maintenance tasks label May 8, 2024
Copy link
Member

@j-bowhay j-bowhay left a comment

Choose a reason for hiding this comment

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

Thanks @budjen-jovan and congratulations on your first contribution to SciPy

@j-bowhay j-bowhay added this to the 1.14.0 milestone May 8, 2024
@j-bowhay j-bowhay merged commit 8ed3941 into scipy:main May 8, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.signal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Missing blankspace in error message raised by cont2discrete()
2 participants