fix typo in documentation

found a tiny typo when reading the docs...

thank you guys for this awesome library 🚀
This commit is contained in:
Dominik Kutra 2020-09-29 17:29:52 +02:00 committed by GitHub
parent a90c443b7a
commit 5842f42632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,7 +291,7 @@ class GLViewWidget(QtOpenGL.QGLWidget):
**Arguments:** **Arguments:**
*dx* Distance to pan in x direction *dx* Distance to pan in x direction
*dy* Distance to pan in y 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. *relative* String that determines the direction of dx,dy,dz.
If "global", then the global coordinate system is used. If "global", then the global coordinate system is used.
If "view", then the z axis is aligned with the view If "view", then the z axis is aligned with the view