Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2020-04-27 21:09:00 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2020-04-27 21:09:00 +0300
commit679739d09d1b0071e35cb89e15a7fd8d95c984a3 (patch)
tree2e88d0c481fdb10957881265a1fab520a2f5d4ab /cura/MachineAction.py
parent9b44ca37efb7b04fb821ee7abd740b75dd344b21 (diff)
Applied requested changes proposed by @ninovanhooff
Fixed a couple of missed double quotes, trailing and leading spaces, to long comment lines
Diffstat (limited to 'cura/MachineAction.py')
-rw-r--r--cura/MachineAction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/MachineAction.py b/cura/MachineAction.py
index 4c2b4e7aea..e18c37ccb4 100644
--- a/cura/MachineAction.py
+++ b/cura/MachineAction.py
@@ -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