Skip to content

Commit 373776b

Browse files
joecummingsSvetlana Karslioglu
andcommitted
Update beginner_source/t5_tutorial.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent fd2d47c commit 373776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/t5_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def apply_prefix(task, x):
147147
#######################################################################
148148
# Alternately, we can also use batched API, for example, apply the prefix on the whole batch:
149149
#
150-
# ::
150+
# .. code-block::
151151
#
152152
# def batch_prefix(task, x):
153153
# return {

0 commit comments

Comments
 (0)