Update callbacks.rst

This commit is contained in:
William Falcon 2020-10-12 20:22:28 -04:00 committed by GitHub
parent 3f0873b985
commit 60bf48d3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Example:
.. testcode::
from pytorch_lightning import Callback
from pytorch_lightning.callbacks import Callback
class MyPrintingCallback(Callback):