From c0c249ece974f16d49cd37fb225ccb85aabf41b0 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Sat, 1 Jul 2017 10:37:51 -0700 Subject: [PATCH] Typo: red->read --- src/octoprint/printer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/printer/__init__.py b/src/octoprint/printer/__init__.py index 3fb95b5a..13918bc0 100644 --- a/src/octoprint/printer/__init__.py +++ b/src/octoprint/printer/__init__.py @@ -199,7 +199,7 @@ class PrinterInterface(object): def set_temperature_offset(self, offsets=None): """ - Sets the temperature ``offsets`` to apply to target temperatures red from a GCODE file while printing. + Sets the temperature ``offsets`` to apply to target temperatures read from a GCODE file while printing. Arguments: offsets (dict): A dictionary specifying the offsets to apply. Keys must match the format for the ``heater``