Skip to content

fix splitting of parameter lines. #279

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

Merged
merged 1 commit into from
Jul 14, 2020
Merged

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Jul 11, 2020

if ' : ' is present twice in the line this drops any test after the second
' : ', which happens in some docstring that have the default : stuff idiom

@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2020

Codecov Report

Merging #279 into master will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
+ Coverage   93.15%   93.23%   +0.07%     
==========================================
  Files           7        7              
  Lines        1257     1257              
==========================================
+ Hits         1171     1172       +1     
+ Misses         86       85       -1     

if ' : ' is present twice in the line this drops any test after the second
' : ', which happens in some docstring that have the `default : stuff` idiom
@larsoner larsoner merged commit fd17df0 into numpy:master Jul 14, 2020
@larsoner
Copy link
Collaborator

Thanks @Carreau

@jarrodmillman jarrodmillman added this to the 1.2.0 milestone Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants