Skip to content

Commit a58d4de

Browse files
youkaichaosoumith
authored andcommitted
typo fix (pytorch#440)
1 parent d247c37 commit a58d4de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced_source/numpy_extensions_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
=========================================
55
**Author**: `Adam Paszke <https://github.com/apaszke>`_
66
7-
**Updated by**: `Adam Dziedzic` [https://github.com/adam-dziedzic](https://github.com/adam-dziedzic)
7+
**Updated by**: `Adam Dziedzic <https://github.com/adam-dziedzic>`_
88
99
In this tutorial, we shall go through two tasks:
1010

beginner_source/data_loading_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def show_landmarks(image, landmarks):
111111
# stored in the memory at once but read as required.
112112
#
113113
# Sample of our dataset will be a dict
114-
# ``{'image': image, 'landmarks': landmarks}``. Our datset will take an
114+
# ``{'image': image, 'landmarks': landmarks}``. Our dataset will take an
115115
# optional argument ``transform`` so that any required processing can be
116116
# applied on the sample. We will see the usefulness of ``transform`` in the
117117
# next section.

0 commit comments

Comments
 (0)