Skip to content

Commit

Permalink
Fix code block rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 7, 2021
1 parent 3d3b903 commit fd4998b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchgeo/datasets/sen12ms.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SEN12MS(VisionDataset):
This dataset can be automatically downloaded using the following bash script:
.. code-block: bash
.. code-block:: bash
for season in 1158_spring 1868_summer 1970_fall 2017_winter
do
Expand Down
2 changes: 1 addition & 1 deletion torchgeo/datasets/so2sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class So2Sat(VisionDataset):
This dataset can be automatically downloaded using the following bash script:
.. code-block: bash
.. code-block:: bash
for split in train validation testing
do
Expand Down

0 comments on commit fd4998b

Please sign in to comment.