From f13c23285f40b3b6e2fac2556346fc8a15ccce1c Mon Sep 17 00:00:00 2001 From: Jenna Paikowsky Date: Fri, 5 Sep 2025 09:04:08 -0400 Subject: [PATCH] Minor typo fixes --- doc/source/lowlevelapi/ServerObject.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/lowlevelapi/ServerObject.rst b/doc/source/lowlevelapi/ServerObject.rst index 361b08d2a..e59628403 100755 --- a/doc/source/lowlevelapi/ServerObject.rst +++ b/doc/source/lowlevelapi/ServerObject.rst @@ -75,8 +75,8 @@ returns a list of actual instances of the class specified by the objtype keyword instead of just returning the GUIDs. Note that if you want the list of templates, you can either set -**objtype** to **report_objects.TempalteREST** or to -**report.objects.TemplateREST.factory**. In the first case, all the +**objtype** to **report_objects.TemplateREST** or to +**report_objects.TemplateREST.factory**. In the first case, all the templates will be returned as objects of the TemplateREST class. In the second case, all templates will be returned as objects of the sub-classes of TemplateREST, corresponding to the exact report_type.