8000 Strip spaces in properties doc after newline. by anntzer · Pull Request #5826 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

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
< 3C3B development-menu>

Development

Successfully merging this pull request may close these issues.

2 participants

0