Fix grame typo

This commit is contained in:
Tanuj 2018-02-25 10:54:12 +00:00
parent 47d59c51f4
commit b25196067a

View File

@ -10,7 +10,7 @@ class GLGridItem(GLGraphicsItem):
""" """
**Bases:** :class:`GLGraphicsItem <pyqtgraph.opengl.GLGraphicsItem>` **Bases:** :class:`GLGraphicsItem <pyqtgraph.opengl.GLGraphicsItem>`
Displays a wire-grame grid. Displays a wire-frame grid.
""" """
def __init__(self, size=None, color=None, antialias=True, glOptions='translucent'): def __init__(self, size=None, color=None, antialias=True, glOptions='translucent'):