Skip to content

Commit de77e42

Browse files
OrHayatfacebook-github-bot
authored andcommitted
typo in docstring (#322)
Summary: fixed small typo in update_padded function docstring. Pull Request resolved: #322 Reviewed By: gkioxari Differential Revision: D23712324 Pulled By: nikhilaravi fbshipit-source-id: fea3b68039644b236897c6f465cbb322c5c48085
1 parent 61121b9 commit de77e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch3d/structures/meshes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ def scale_verts(self, scale):
13511351

13521352
def update_padded(self, new_verts_padded):
13531353
"""
1354-
This function allows for an pdate of verts_padded without having to
1354+
This function allows for an update of verts_padded without having to
13551355
explicitly convert it to the list representation for heterogeneous batches.
13561356
Returns a Meshes structure with updated padded tensors and copies of the
13571357
auxiliary tensors at construction time.

0 commit comments

Comments
 (0)