Skip to content

Commit 949fdd2

Browse files
crcrparpytorchmergebot
authored andcommitted
remove redundant a (pytorch#139046)
As per title, only one "a" is sufficient. Pull Request resolved: pytorch#139046 Approved by: https://github.com/Skylion007
1 parent 66a3c24 commit 949fdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def get_cached_ops():
651651
return cached_ops
652652

653653

654-
# Each OpOverload object contains pointer to a a specific operator overload, a pointer to the parent `OpOverloadPacket` object.
654+
# Each OpOverload object contains pointer to a specific operator overload, a pointer to the parent `OpOverloadPacket` object.
655655
# You can obtain an OpOverload object through attribute query on OpOverloadPacket.
656656
class OpOverload(OperatorBase):
657657
def __init__(self, overloadpacket, op, op_dk, schema, tags):

0 commit comments

Comments
 (0)