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

Strip spaces in properties doc after newline. #5826

Merged
merged 1 commit into from Jan 10, 2016

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Jan 10, 2016

Snippet of output of pydoc pylab.plot:

Before:

      linestyle or ls: ['solid' | 'dashed', 'dashdot', 'dotted' |                    (offset, on-off-dash-seq) |                    ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'None'`` |                    ``' '`` | ``''``]

After:

      linestyle or ls: ['solid' | 'dashed', 'dashdot', 'dotted' | (offset, on-off-dash-seq) | ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'None'`` | ``' '`` | ``''``]

Snippet of output of `pydoc pylab.plot`:

Before:
```
      linestyle or ls: ['solid' | 'dashed', 'dashdot', 'dotted' |                    (offset, on-off-dash-seq) |                    ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'None'`` |                    ``' '`` | ``''``]
```

After:
```
      linestyle or ls: ['solid' | 'dashed', 'dashdot', 'dotted' | (offset, on-off-dash-seq) | ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'None'`` | ``' '`` | ``''``]
```
@tacaswell tacaswell modified the milestones: next major release (2.0), Critical bugfix release (1.5.1) Jan 10, 2016
@tacaswell
Copy link
Member

This seems safe enough to backport to 1.5.x to sneak in under the wire for 1.5.1.

tacaswell added a commit that referenced this pull request Jan 10, 2016
Strip spaces in properties doc after newline.
@tacaswell tacaswell merged commit 43c14a0 into matplotlib:master Jan 10, 2016
tacaswell added a commit that referenced this pull request Jan 10, 2016
Strip spaces in properties doc after newline.
@tacaswell
Copy link
Member

backported as 659261e

@anntzer anntzer deleted the strip-spaces-in-properties-doc branch June 21, 2016 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants