Skip to content

Commit

Permalink
refactor: Update stops_for_location method name in stops_for_location.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 20, 2024
1 parent 6e7f470 commit f51f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stops_for_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Create a new instance of the OneBusAway SDK with the settings we loaded.
oba = OnebusawaySDK(**settings)

space_needle_stops = oba.stops_for_location.retrieve(
space_needle_stops = oba.stops_for_location.list(
lat=47.6205,
lon=-122.3493,
)
Expand Down

0 comments on commit f51f17a

Please sign in to comment.