Skip to content

Commit 86a07a3

Browse files
committed
doc typo
1 parent 8f9e3bc commit 86a07a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/scene/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def draw_bbox(self, proj_matrix, view_matrix, cam_matrix, program, vao):
5656
def add_attribute(self, attr_type, name, components):
5757
"""
5858
Add metadata about the mesh
59-
:param attr_type: POSITION, NORMAL ec
59+
:param attr_type: POSITION, NORMAL etc
6060
:param name: The attribute name used in the program
6161
:param components: Number of floats
6262
"""

0 commit comments

Comments
 (0)