Skip to content

Commit 9259e7b

Browse files
authored
Get rid of UTF-8 characters in pipeline_tutorial.py
s/’/'/
1 parent f990291 commit 9259e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/pipeline_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def batchify(data, bsz):
199199
# the transformer model. It subdivides the source data into chunks of
200200
# length ``bptt``. For the language modeling task, the model needs the
201201
# following words as ``Target``. For example, with a ``bptt`` value of 2,
202-
# wed get the following two Variables for ``i`` = 0:
202+
# we'd get the following two Variables for ``i`` = 0:
203203
#
204204
# .. image:: ../_static/img/transformer_input_target.png
205205
#

0 commit comments

Comments
 (0)