Correct documentation

Contributes to issue CURA-5128.
This commit is contained in:
Ghostkeeper 2018-03-22 16:33:30 +01:00
parent fd2abdd9fb
commit 378cde202c
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ from UM.Mesh.MeshReader import MeshReader #The class we're extending/implementin
from UM.PluginRegistry import PluginRegistry
from UM.Scene.SceneNode import SceneNode #For typing.
## A file writer that writes gzipped g-code.
## A file reader that reads gzipped g-code.
#
# If you're zipping g-code, you might as well use gzip!
class GCodeGzReader(MeshReader):