Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DOC: Fix small typos in 'eventplot' docstring #8171
+3
−3
Conversation
afvincent
added Documentation not a blocker
labels
Feb 28, 2017
afvincent
added this to the
2.0.1 (next bug fix release)
milestone
Feb 28, 2017
|
Huh, a Travis failure that I never encountered before ^^ :
It does not seem related to this PR (but rather to an unavailable style file), does it? |
dstansby
approved these changes
Feb 28, 2017
Not sure why travis is playing up, but the doc build job completed fine.
anntzer
merged commit 72cea62
into matplotlib:master
Mar 1, 2017
4 of 5 checks passed
continuous-integration/travis-ci/pr
The Travis CI build failed
Details
codecov/patch
Coverage not affected when comparing e67026c...04d5e0a
Details
codecov/project/library
57.96% (+0.05%) compared to e67026c
Details
codecov/project/tests
98.57% (target 97.9%)
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
|
Thanks. |
|
I guess test failure was due to temporary impossibility of retrieving a style file online. |
QuLogic
added the
Needs backport
label
Mar 1, 2017
tacaswell
added a commit
that referenced
this pull request
Mar 1, 2017
|
|
anntzer + tacaswell |
9c0332b
|
|
backported to v2.0.x as 9c0332b |
tacaswell
removed the
Needs backport
label
Mar 1, 2017
afvincent
deleted the
afvincent:typo_eventplot_docstring branch
Mar 1, 2017
ibnIrshad
added a commit
to ibnIrshad/matplotlib
that referenced
this pull request
Mar 18, 2017
|
|
ibnIrshad |
76e3693
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
afvincent commentedFeb 28, 2017
Summary:
'horizonal'<-'horizontal'and make a quote symbol consistent with the other ones of the docstring.The whole docstring would definitely need some love (i.e. a significant overhaul), but this may be done later in another PR. Especially if one wants to avoid conflict with changes that may be done in #7602.