File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ def prepare_head(tensor):
480
480
return tensor
481
481
482
482
######################################################################
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
485
485
# documentation in the form of names.
486
486
#
487
487
# **(III) Explicit broadcasting by names**
@@ -512,7 +512,7 @@ def ignore():
512
512
513
513
######################################################################
514
514
# 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).
516
516
#
517
517
# Running the example
518
518
# -------------------
You can’t perform that action at this time.
0 commit comments