Applied requested changes proposed by @ninovanhooff

Fixed a couple of missed double quotes, trailing and leading spaces, to long comment lines
This commit is contained in:
Jelle Spijker 2020-04-27 20:09:00 +02:00 committed by Jelle Spijker
parent 9b44ca37ef
commit 679739d09d
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
9 changed files with 27 additions and 28 deletions

View file

@ -74,7 +74,7 @@ class MachineAction(QObject, PluginObject):
def _reset(self) -> None:
"""Protected implementation of reset.
:py:meth:`cura.MachineAction.MachineAction.reset`
See also :py:meth:`cura.MachineAction.MachineAction.reset`
"""
pass