From 5842f4263204e2e2244afeede08fd362685dd80f Mon Sep 17 00:00:00 2001 From: Dominik Kutra Date: Tue, 29 Sep 2020 17:29:52 +0200 Subject: [PATCH] fix typo in documentation found a tiny typo when reading the docs... thank you guys for this awesome library :rocket: --- pyqtgraph/opengl/GLViewWidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/opengl/GLViewWidget.py b/pyqtgraph/opengl/GLViewWidget.py index 13f2d2ef..c0f5af9d 100644 --- a/pyqtgraph/opengl/GLViewWidget.py +++ b/pyqtgraph/opengl/GLViewWidget.py @@ -291,7 +291,7 @@ class GLViewWidget(QtOpenGL.QGLWidget): **Arguments:** *dx* Distance to pan in x direction *dy* Distance to pan in y direction - *dx* Distance to pan in z direction + *dz* Distance to pan in z direction *relative* String that determines the direction of dx,dy,dz. If "global", then the global coordinate system is used. If "view", then the z axis is aligned with the view