Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: update docstring
Signed-off-by: anna-charlotte <[email protected]>
  • Loading branch information
anna-charlotte committed Feb 15, 2023
commit 8c313185e3b620cef6870702983244dd85c4db2a
2 changes: 1 addition & 1 deletion docarray/documents/mesh/vertices_and_faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def validate(

def display(self) -> None:
"""
Plot mesh consisting of vertices and faces.
Plot mesh consisting of vertices and faces in notebook.
"""
import trimesh
from IPython.display import display
Expand Down