Skip to content

Commit

Permalink
Fix x_origin (not x-origin) attribute name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Viktorin committed Jan 4, 2019
1 parent c186345 commit 2dc4ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ldap/schema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ObjectClass(SchemaElement):
sup
This list of strings contains NAMEs or OIDs of object classes
this object class is derived from
x-origin
x_origin
This string contains the X-ORIGIN text which is typically used to indicate
the source of the associated schema element. It can a list of strings
"""
Expand Down Expand Up @@ -230,7 +230,7 @@ class AttributeType(SchemaElement):
sup
This list of strings contains NAMEs or OIDs of attribute types
this attribute type is derived from
x-origin
x_origin
This string contains the X-ORIGIN text which is typically used to indicate
the source of the associated schema element. It can a list of strings
"""
Expand Down

0 comments on commit 2dc4ebd

Please sign in to comment.