Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix code block directives (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
amogkam authored Aug 20, 2021
1 parent 27e6b39 commit f9e597f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ray_lightning/ray_ddp.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class RayPlugin(DDPSpawnPlugin):
Example:
.. code_block:: python
.. code-block:: python
import pytorch_lightning as ptl
from ray_lightning import RayAccelerator
Expand Down
2 changes: 1 addition & 1 deletion ray_lightning/ray_horovod.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class HorovodRayPlugin(HorovodPlugin):
Example:
.. code_block:: python
.. code-block:: python
import pytorch_lightning as ptl
from ray_lightning import HorovodRayPlugin
Expand Down

0 comments on commit f9e597f

Please sign in to comment.