Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
twneale committed Jan 27, 2014
1 parent 3b04dba commit 655f08c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pscl/wnominate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class Coord(VectorAccessor):
'''

class WnominateSummary(Wrapper):
coord1D = Coord('coord1d')
coord2D = Coord('coord2d')
coord1D = Coord('coord1D')
coord2D = Coord('coord2D')
eq_attrs = ('coord1D', 'coord2D')


Expand Down Expand Up @@ -132,7 +132,7 @@ class WnominateLegislators(SubWrapper):

se1D = StandardError1D()
se2D = StandardError2D()
coord1D = Coord('coord1d')
coord1D = Coord('coord1D')
coord2D = Coord('coord2D')
coord3D = Coord('coord3D')

Expand Down

0 comments on commit 655f08c

Please sign in to comment.