Skip to content

Commit

Permalink
Module-level docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Apr 8, 2017
1 parent 350eab5 commit 306eebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pandas/formats/common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# -*- coding: utf-8 -*-
"""
Common helper methods used in different submodules of pandas.formats
"""


def get_level_lengths(levels, sentinel=''):
"""For each index in each level the function returns lengths of indexes.
Expand Down

0 comments on commit 306eebe

Please sign in to comment.