Skip to content

Commit 1ac281b

Browse files
committed
More fixes
1 parent 1399cad commit 1ac281b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

intermediate_source/named_tensor_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ def prepare_head(tensor):
480480
return tensor
481481

482482
######################################################################
483-
# Our named tensor variant uses ops that, though more verbose, also have
484-
# more semantic meaning than ``view`` and ``transpose`` and include enforcable
483+
# Our named tensor variant uses ops that, though more verbose, have more
484+
# semantic meaning than ``view`` and ``transpose`` and includes enforcable
485485
# documentation in the form of names.
486486
#
487487
# **(III) Explicit broadcasting by names**
@@ -512,7 +512,7 @@ def ignore():
512512

513513
######################################################################
514514
# Here, as in (II), ``align_to`` and ``flatten`` are more semantically
515-
# meaningful than ``view`` (despite being more verbose).
515+
# meaningful than ``view`` and ``transpose`` (despite being more verbose).
516516
#
517517
# Running the example
518518
# -------------------

0 commit comments

Comments
 (0)