Skip to content

Confusing docstring #1722

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

Closed
gerigk opened this issue Aug 2, 2012 · 0 comments
Closed

Confusing docstring #1722

gerigk opened this issue Aug 2, 2012 · 0 comments
Labels
Milestone

Comments

@gerigk
Copy link

gerigk commented Aug 2, 2012

I just came across this one while browsing the code.
Maybe this should be Index.intersection in the docstring ?

 def intersection(self, other):
        """
        Specialized intersection for DatetimeIndex objects. May be much faster
        than Index.union

        Parameters
        ----------
        other : DatetimeIndex or array-like

        Returns
        -------
        y : Index or DatetimeIndex
        """``

@wesm wesm closed this as completed in d5f5f17 Aug 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants