Skip to content

Commit

Permalink
correct TraCI Python docstring #12
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Feb 9, 2024
1 parent 688b415 commit 9c19c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/traci/_person.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def getEdges(self, personID, nextStageIndex=0):
return self._getUniversal(tc.VAR_EDGES, personID, "i", nextStageIndex)

def getStage(self, personID, nextStageIndex=0):
"""getStage(string, int) -> int
"""getStage(string, int) -> stage
Returns the the nth stage object (type simulation.Stage)
Attribute type of this object has the following meaning:
0 for not-yet-departed
Expand Down

0 comments on commit 9c19c33

Please sign in to comment.