typo in docstring (#322)

Summary:
fixed small typo in update_padded function docstring.

Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/322

Reviewed By: gkioxari

Differential Revision: D23712324

Pulled By: nikhilaravi

fbshipit-source-id: fea3b68039644b236897c6f465cbb322c5c48085
This commit is contained in:
OrHayat 2020-09-16 16:20:51 -07:00 committed by Facebook GitHub Bot
parent 61121b9f2c
commit de77e426eb

View File

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