Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Alan Weaver committed Mar 1, 2016
1 parent 7656758 commit 3c4d1ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pydl/pcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def variance(self):
@lazyproperty
def eigenvalues(self):
"""(:class:`~numpy.ndarray`) The eigenvalues.
There is one eigenvalue for that correspond each the principal
component.
There is one eigenvalue for each principal component.
"""
return self._evals

0 comments on commit 3c4d1ea

Please sign in to comment.