escape literal asterisks in docstring

PYTHON-645
This commit is contained in:
Jim Witschey
2016-11-08 12:08:09 -05:00
parent c3fbefbf00
commit c47a8f4ab2

View File

@@ -274,8 +274,8 @@ class ContextQuery(object):
A Context manager to allow a Model to switch context easily. Presently, the context only
specifies a keyspace for model IO.
:param *args: One or more models. A model should be a class type, not an instance.
:param **kwargs: (optional) Context parameters: can be *keyspace* or *connection*
:param \*args: One or more models. A model should be a class type, not an instance.
:param \*\*kwargs: (optional) Context parameters: can be *keyspace* or *connection*
For example: