summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-07-12 18:30:52 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-07-12 18:36:40 +0200
commit7ea4015d5c1c2ca700d53d04bc8554237048eebc (patch)
tree880365a0c0c5186e1f63771edf38a326fe0075e9 /doc
parent3a5e3c8765508fab02c6f26a6ae83ead2702c3b1 (diff)
downloadbcfg2-7ea4015d5c1c2ca700d53d04bc8554237048eebc.tar.gz
bcfg2-7ea4015d5c1c2ca700d53d04bc8554237048eebc.tar.bz2
bcfg2-7ea4015d5c1c2ca700d53d04bc8554237048eebc.zip
doc: Fix formating
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.