PYTHON-1113 - Small doc fixes

This commit is contained in:
Bernie Hackett 2016-09-07 15:32:10 -07:00
parent 0fbdf85f53
commit 708a85657d
2 changed files with 5 additions and 2 deletions

View File

@ -14,3 +14,6 @@
.. autoclass:: pymongo.collation.CollationCaseFirst
:members:
:member-order: bysource
.. autoclass:: pymongo.collation.CollationMaxVariable
:members:
:member-order: bysource

View File

@ -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``).