Skip to content

Commit

Permalink
fix FashionMNIST docstring (#2614)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Aug 25, 2020
1 parent 8c32666 commit 01fb0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchvision/datasets/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ class FashionMNIST(MNIST):
"""`Fashion-MNIST <https://github.com/zalandoresearch/fashion-mnist>`_ Dataset.
Args:
root (string): Root directory of dataset where ``Fashion-MNIST/processed/training.pt``
and ``Fashion-MNIST/processed/test.pt`` exist.
root (string): Root directory of dataset where ``FashionMNIST/processed/training.pt``
and ``FashionMNIST/processed/test.pt`` exist.
train (bool, optional): If True, creates dataset from ``training.pt``,
otherwise from ``test.pt``.
download (bool, optional): If true, downloads the dataset from the internet and
Expand Down

0 comments on commit 01fb0df

Please sign in to comment.