Commit de77e426 authored by OrHayat's avatar OrHayat Committed by Facebook GitHub Bot
Browse files

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
parent 61121b9f
......@@ -1351,7 +1351,7 @@ class Meshes(object):
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.
Returns a Meshes structure with updated padded tensors and copies of the
auxiliary tensors at construction time.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment