Merge pull request #2393 from muupan/fix-typo-duration

Fix typo: s/duraction/duration/g
This commit is contained in:
erwincoumans 2019-09-04 09:37:57 -07:00 committed by GitHub
commit 9cf50846d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ for i in range(100000):
start = time.time()
p.getCameraImage(300, 300, renderer=p.ER_BULLET_HARDWARE_OPENGL)
end = time.time()
print("rendering duraction")
print("rendering duration")
print(end - start)
p.stopStateLogging(logId)
#p.configureDebugVisualizer(p.COV_ENABLE_RENDERING,1)