[Doc] Remove trailing whitespaces (#13390)

This commit is contained in:
Simon Mo
2021-01-12 20:35:38 -08:00
committed by GitHub
parent f587b9a50c
commit 8e0a2f669b
16 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -292,9 +292,9 @@ Cancelling tasks
from ray.exceptions import TaskCancelledError
try:
try:
ray.get(obj_ref)
except TaskCancelledError:
except TaskCancelledError:
print("Object reference was cancelled.")
.. group-tab:: Java