Skip to content

Small documentation fix for MultiIndex.sortlevel #15345

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 2 commits into from
Feb 8, 2017
Merged

Small documentation fix for MultiIndex.sortlevel #15345

merged 2 commits into from
Feb 8, 2017

Conversation

J535D165
Copy link
Contributor

@J535D165 J535D165 commented Feb 8, 2017

MultiIndex.sortlevel returns two values (MultiIndex and indices that sort the MultiIndex). Only the MultiIndex was described in the documentation.

@codecov-io
Copy link

codecov-io commented Feb 8, 2017

Codecov Report

Merging #15345 into master will not impact coverage.

@@           Coverage Diff           @@
##           master   #15345   +/-   ##
=======================================
  Coverage   86.32%   86.32%           
=======================================
  Files         141      141           
  Lines       51165    51165           
=======================================
  Hits        44169    44169           
  Misses       6996     6996
Impacted Files Coverage Δ
pandas/indexes/multi.py 96.58% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 153da50...3a3a11a. Read the comment docs.

@jreback
Copy link
Contributor

jreback commented Feb 8, 2017

this Returns is basically the same doc-string as .reindex. can you make it like that formatting.

@jreback jreback added this to the 0.20.0 milestone Feb 8, 2017
@jreback jreback merged commit bf1a596 into pandas-dev:master Feb 8, 2017
@jreback
Copy link
Contributor

jreback commented Feb 8, 2017

thanks @J535D165

AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
* doc fix for return values of MultiIndex.sortlevel

* MultiIndex.sortlevel docs improved after feedback
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.

3 participants