Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/pyopenstates/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def get_legislator(leg_id):

Args:
leg_id: The Legislator's Open States ID
fields: An optional custom list of fields to return

Returns:
The requested :ref:`Legislator` details as a dictionary
Expand All @@ -320,7 +319,7 @@ def locate_legislators(lat, lng, fields=None):

Args:
lat: Latitude
long: Longitude
lng: Longitude
fields: An optional custom list of fields to return

Returns:
Expand All @@ -339,7 +338,6 @@ def search_districts(state, chamber):
Args:
state: The state to search in
chamber: the upper or lower legislative chamber
fields: Optionally specify a custom list of fields to return

Returns:
A list of matching :ref:`District` dictionaries
Expand Down