Skip to content

fix: wrap multi-paragraph long descriptions#143

Merged
weibullguy merged 3 commits intomasterfrom
fix/issue-127
Dec 29, 2022
Merged

fix: wrap multi-paragraph long descriptions#143
weibullguy merged 3 commits intomasterfrom
fix/issue-127

Conversation

@weibullguy
Copy link
Member

This pull request fixes the problem with docformatter not wrapping long descriptions that have multiple paragraphs.

Closes #127

@coveralls
Copy link

coveralls commented Dec 29, 2022

Pull Request Test Coverage Report for Build 3801746655

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 3798397844: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@weibullguy weibullguy merged commit 6706e95 into master Dec 29, 2022
@weibullguy weibullguy deleted the fix/issue-127 branch December 29, 2022 16:33
@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) S: merged Closed with work merged to repository labels Jan 20, 2023
@weibullguy weibullguy restored the fix/issue-127 branch January 24, 2023 20:10
@weibullguy weibullguy deleted the fix/issue-127 branch January 24, 2023 20:11
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.

No wrapping when there is a paragraph break

2 participants