From 3f96c0abd820faed7a281393e2ef5321f4686c42 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 4 Jun 2019 10:39:43 -0400 Subject: [PATCH] docs: Minor wording change to Command_Templates.md Signed-off-by: Kevin O'Connor --- docs/Command_Templates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 82aa7d3c..42681de9 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -154,9 +154,9 @@ The following are common printer attributes: position (eg, `printer.toolhead.position.x`). The above list is subject to change - if using an attribute be sure to -review the [Config Changes document](Config_Changes.md) document when -upgrading the Klipper software. The above list is not exhaustive. -Other attributes may be available (via `get_status()` calls in the +review the [Config Changes document](Config_Changes.md) when upgrading +the Klipper software. The above list is not exhaustive. Other +attributes may be available (via `get_status()` methods defined in the software). However, undocumented attributes may change without notice in future Klipper releases.