Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All releases
""""""""""""

Release are now tracked `on
GitHub <https://github.com/shakefu/pytool/releases`_. Please visit there to see
GitHub <https://github.com/shakefu/pytool/releases`>_. Please visit there to see
changes from `3.4.2` and later.

Older releases
Expand Down
2 changes: 1 addition & 1 deletion docs/pytool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ issue <https://github.com/shakefu/pytool/issues>`_.
.. autofunction:: wrap

:func:`columns`
------------
---------------

.. autofunction:: columns

Expand Down
2 changes: 1 addition & 1 deletion pytool/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def as_json(obj, **kwargs):
:class:`bson.ObjectId`.

:param object obj: An object to encode.
:param **kwargs: Any optional keyword arguments to pass to the \
:param \*\*kwargs: Any optional keyword arguments to pass to the \
JSONEncoder
:returns: JSON encoded version of `obj`.

Expand Down
2 changes: 1 addition & 1 deletion pytool/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def for_json(self, base_name=None):

:param str base_name: Base namespace (optional)

This is compatible with the :module:`simplejson` `for_json`
This is compatible with the :mod:`simplejson` `for_json`
behavior flag to recursively encode objects.

Example::
Expand Down
Loading