Skip to content

Commit

Permalink
Fixed example in SSSRequestControl.__doc__
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Sep 26, 2016
1 parent 79b9922 commit b5a5acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ldap/controls/sss.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
See http://www.python-ldap.org/ for project details.
$Id: sss.py,v 1.2 2015/10/24 15:52:23 stroeder Exp $
$Id: sss.py,v 1.3 2016/09/26 22:06:54 stroeder Exp $
"""

__all__ = [
Expand Down Expand Up @@ -48,7 +48,7 @@ class SortKeyListType(univ.SequenceOf):
class SSSRequestControl(RequestControl):
'''Order result server side
>>> s = SSSRequestControl('-cn')
>>> s = SSSRequestControl(ordering_rules=['-cn'])
'''
controlType = '1.2.840.113556.1.4.473'

Expand Down

0 comments on commit b5a5acf

Please sign in to comment.