Skip to content

Commit 4f2ce0e

Browse files
Fixed a simple punctuation error. (#1015)
Fixed a simple punctuation error in the documentation. Co-authored-by: holly1238 <[email protected]>
1 parent f1a94fb commit 4f2ce0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/data_loading_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def show_landmarks(image, landmarks):
104104
#
105105
# - ``__len__`` so that ``len(dataset)`` returns the size of the dataset.
106106
# - ``__getitem__`` to support the indexing such that ``dataset[i]`` can
107-
# be used to get :math:`i`\ th sample
107+
# be used to get :math:`i`\ th sample.
108108
#
109109
# Let's create a dataset class for our face landmarks dataset. We will
110110
# read the csv in ``__init__`` but leave the reading of images to

0 commit comments

Comments
 (0)