From 416b8975963455e0ca57cd03a829d0b5636774e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 19 Jan 2015 11:15:09 +0100 Subject: [PATCH] Fixed a documentation bug Thanks @Booli --- src/octoprint/plugin/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/plugin/types.py b/src/octoprint/plugin/types.py index a584cdc8..7c7b73c8 100644 --- a/src/octoprint/plugin/types.py +++ b/src/octoprint/plugin/types.py @@ -350,7 +350,7 @@ class TemplatePlugin(Plugin): :widths: 5 95 * - template - - Name of the template to inject, defaults to ``_settings.jinja2``. + - Name of the template to inject, defaults to ``.jinja2``. .. note::