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: not capitalizing first word when summary ends in period #185

Merged
merged 2 commits into from
Apr 24, 2023

Conversation

weibullguy
Copy link
Member

Closes #184

@weibullguy weibullguy added P: bug PEP 257 violation or existing functionality that doesn't work as documented C: style Relates to docstring format style (e.g., Google, NumPy, Sphinx) labels Apr 24, 2023
@weibullguy weibullguy merged commit 1e9076a into master Apr 24, 2023
@weibullguy weibullguy deleted the fix/issue_184 branch April 24, 2023 19:37
@weibullguy weibullguy added the S: merged Closed with work merged to repository label Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: style Relates to docstring format style (e.g., Google, NumPy, Sphinx) P: bug PEP 257 violation or existing functionality that doesn't work as documented S: merged Closed with work merged to repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

First word is not capitalized if summary ends with dot
1 participant