We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b496492 commit 7221ebfCopy full SHA for 7221ebf
doc/source/lowlevelapi/ServerObject.rst
@@ -75,8 +75,8 @@ returns a list of actual instances of the class specified by the
75
objtype keyword instead of just returning the GUIDs.
76
77
Note that if you want the list of templates, you can either set
78
-**objtype** to **report_objects.TempalteREST** or to
79
-**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
80
templates will be returned as objects of the TemplateREST class. In
81
the second case, all templates will be returned as objects of the
82
sub-classes of TemplateREST, corresponding to the exact report_type.
0 commit comments