Skip to content

Commit 7221ebf

Browse files
1 parent b496492 commit 7221ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/lowlevelapi/ServerObject.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ returns a list of actual instances of the class specified by the
7575
objtype keyword instead of just returning the GUIDs.
7676

7777
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
78+
**objtype** to **report_objects.TemplateREST** or to
79+
**report_objects.TemplateREST.factory**. In the first case, all the
8080
templates will be returned as objects of the TemplateREST class. In
8181
the second case, all templates will be returned as objects of the
8282
sub-classes of TemplateREST, corresponding to the exact report_type.

0 commit comments

Comments
 (0)