PYTHON-1113 - Small doc fixes
This commit is contained in:
parent
0fbdf85f53
commit
708a85657d
@ -14,3 +14,6 @@
|
||||
.. autoclass:: pymongo.collation.CollationCaseFirst
|
||||
:members:
|
||||
:member-order: bysource
|
||||
.. autoclass:: pymongo.collation.CollationMaxVariable
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
||||
@ -119,8 +119,8 @@ class Collation(object):
|
||||
* :data:`~CollationStrength.IDENTICAL`
|
||||
|
||||
Each successive level builds upon the previous. For example, a
|
||||
`strength` of `~CollationStrength.SECONDARY` differentiates characters
|
||||
based both on the unadorned base character and its accents.
|
||||
`strength` of :data:`~CollationStrength.SECONDARY` differentiates
|
||||
characters based both on the unadorned base character and its accents.
|
||||
|
||||
- `numericOrdering`: (optional) If ``True``, order numbers numerically
|
||||
instead of in collation order (defaults to ``False``).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user