diff --git a/src/pyopenstates/core.py b/src/pyopenstates/core.py index 23befa4..b66dcea 100644 --- a/src/pyopenstates/core.py +++ b/src/pyopenstates/core.py @@ -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 @@ -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: @@ -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