From 8697b038a9ed66c58ce013de5a1a5f21c170d5ce Mon Sep 17 00:00:00 2001 From: gl-yziquel <142336927+gl-yziquel@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:22:43 +0200 Subject: [PATCH] Using get_template(name=) instead of get_template_by_name in doc to keep up with code. (#114) Thank you! --- docs/content/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/user-guide.md b/docs/content/user-guide.md index 5371e35..5af4ed3 100644 --- a/docs/content/user-guide.md +++ b/docs/content/user-guide.md @@ -162,7 +162,7 @@ Template: Frame Relay switch -- ID: dd0f6f3a-ba58-3249-81cb-a1dd88407a47 Template: ATM switch -- ID: aaa764e2-b383-300f-8a0e-3493bbfdb7d2 """ ->>> server.get_template_by_name("Ethernet switch") +>>> server.get_template(name="Ethernet switch") {'builtin': True, 'category': 'switch', 'console_type': 'none',