The current [docstring explanation](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.reindex.html) of the `level` argument: > Broadcast across a level, matching Index values on the passed MultiIndex level is not very clarifying (match what on what?). So it would be good to update that description and also add an example.