Skip to content

Commit

Permalink
Mention gotcha prevention among features (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Sep 1, 2023
1 parent 0b10645 commit f2a623e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ Features
* allows complete control over encoding using a custom ``dumps``
callable

.. _gotchas:

* Prevents gotchas when handling supported inputs

* uses standard-compliant line breaking, unlike `str.splitlines`_

.. _str.splitlines: https://docs.python.org/3/library/stdtypes.html#str.splitlines

Installation
============
Expand Down

0 comments on commit f2a623e

Please sign in to comment.