From 2dc4ebd6f698c8aac6f4178bb8ae76bdff73778a Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 4 Jan 2019 16:38:17 +0100 Subject: [PATCH] Fix x_origin (not x-origin) attribute name in docs --- Lib/ldap/schema/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/ldap/schema/models.py b/Lib/ldap/schema/models.py index 22affa2..96246c2 100644 --- a/Lib/ldap/schema/models.py +++ b/Lib/ldap/schema/models.py @@ -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 """ @@ -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 """