summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/grouping/ldap.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/plugins/grouping/ldap.txt b/doc/server/plugins/grouping/ldap.txt
index 96e224761..af18680d2 100644
--- a/doc/server/plugins/grouping/ldap.txt
+++ b/doc/server/plugins/grouping/ldap.txt
@@ -196,7 +196,7 @@ LdapQuery
.. method:: LdapQuery.get_result(self, metadata, \**kwargs)
- This executes the query. First it will call ``prepare_query() for you, then it will try
+ This executes the query. First it will call ``prepare_query()`` for you, then it will try
to execute the query with the specified connection and last it will call ``process_result()``
and return that return value.