Skip to content

Commit

Permalink
Fixed wrong type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
niekvleeuwen committed Jan 31, 2021
1 parent 517d8c2 commit c0cdad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonClient/airsim/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def simContinueForFrames(self, frames):
Continue (or resume if paused) the simulation for the specified number of frames, after which the simulation will be paused.
Args:
frames (float): Frames to run the simulation for
frames (int): Frames to run the simulation for
"""
self.client.call('simContinueForFrames', frames)

Expand Down

0 comments on commit c0cdad7

Please sign in to comment.