Skip to content

Commit f068cce

Browse files
committed
pep8
1 parent 394fcde commit f068cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/opengl/vao.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def buffer(self, buffer, buffer_format: str, attribute_names, per_instance=False
188188
buffer: The buffer data. Can be ``numpy.array``, ``moderngl.Buffer`` or ``bytes``.
189189
buffer_format (str): The format of the buffer. (eg. ``3f 3f`` for interleaved positions and normals).
190190
attribute_names: A list of attribute names this buffer should map to.
191-
191+
192192
Keyword Args:
193193
per_instance (bool): Is this buffer per instance data for instanced rendering?
194194

0 commit comments

Comments
 (0)