Skip to content

Commit 142ee84

Browse files
committed
small docstring fix
1 parent de57f4e commit 142ee84

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/CIFAR10/CIFAR10.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ module CIFAR10
5454
download([dir]; [i_accept_the_terms_of_use])
5555
5656
Trigger the (interactive) download of the full dataset into
57-
"<`dir`>/$DEPNAME". If no `dir` is provided the dataset will
58-
be downloaded into "~/.julia/datadeps/$DEPNAME".
57+
"`dir`". If no `dir` is provided the dataset will be
58+
downloaded into "~/.julia/datadeps/$DEPNAME".
5959
6060
This function will display an interactive dialog unless
6161
either the keyword parameter `i_accept_the_terms_of_use` or

src/CIFAR100/CIFAR100.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ module CIFAR100
4242
download([dir]; [i_accept_the_terms_of_use])
4343
4444
Trigger the (interactive) download of the full dataset into
45-
"<`dir`>/$DEPNAME". If no `dir` is provided the dataset will
46-
be downloaded into "~/.julia/datadeps/$DEPNAME".
45+
"`dir`". If no `dir` is provided the dataset will be
46+
downloaded into "~/.julia/datadeps/$DEPNAME".
4747
4848
This function will display an interactive dialog unless
4949
either the keyword parameter `i_accept_the_terms_of_use` or

src/FashionMNIST/FashionMNIST.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ module FashionMNIST
5151
download([dir]; [i_accept_the_terms_of_use])
5252
5353
Trigger the (interactive) download of the full dataset into
54-
"<`dir`>/$DEPNAME". If no `dir` is provided the dataset will
55-
be downloaded into "~/.julia/datadeps/$DEPNAME".
54+
"`dir`". If no `dir` is provided the dataset will be
55+
downloaded into "~/.julia/datadeps/$DEPNAME".
5656
5757
This function will display an interactive dialog unless
5858
either the keyword parameter `i_accept_the_terms_of_use` or

src/MNIST/MNIST.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ module MNIST
5959
download([dir]; [i_accept_the_terms_of_use])
6060
6161
Trigger the (interactive) download of the full dataset into
62-
"<`dir`>/$DEPNAME". If no `dir` is provided the dataset will
63-
be downloaded into "~/.julia/datadeps/$DEPNAME".
62+
"`dir`". If no `dir` is provided the dataset will be
63+
downloaded into "~/.julia/datadeps/$DEPNAME".
6464
6565
This function will display an interactive dialog unless
6666
either the keyword parameter `i_accept_the_terms_of_use` or

0 commit comments

Comments
 (0)