Skip to content

Commit f2cde15

Browse files
OCBenderinvisig0th
andauthored
Update synapse/models/orgs.py
Co-authored-by: invisig0th <visi@vertex.link>
1 parent 862d306 commit f2cde15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/models/orgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def getModelDefs(self):
488488
'doc': 'The friendly name of the id number type.',
489489
}),
490490
('names', ('array', {'type': 'str', 'sorted': True, 'uniq': True}), {
491-
'doc': 'An array of alternate names for the type.'}),
491+
'doc': 'An array of alternate names for the ID number type.'}),
492492
('url', ('inet:url', {}), {
493493
'doc': 'The official URL of the issuer.',
494494
}),

0 commit comments

Comments
 (0)