Skip to content

Commit

Permalink
fixed docstring refs eclipse-sumo#2
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Jun 2, 2020
1 parent c178882 commit faa7bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/traci/_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def getBusStopWaiting(self, stopID):
return self._getUniversal(tc.VAR_BUS_STOP_WAITING, stopID)

def getBusStopWaitingIDList(self, stopID):
"""getBusStopWaiting() -> integer
"""getBusStopWaiting() -> list(string)
Get the IDs of waiting persons at the named bus stop.
"""
return self._getUniversal(tc.VAR_BUS_STOP_WAITING_IDS, stopID)
Expand Down

0 comments on commit faa7bb0

Please sign in to comment.