Skip to content

Commit

Permalink
Adds encoding error documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsroten committed Jul 13, 2015
1 parent bd3238f commit 9399747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ the API.

The encoding configured by :func:`open`.

.. function:: open(data_dir=nlpir.PACKAGE_DIR, encoding=ENCODING,
encoding_errors=ENCODING_ERRORS, license_code=None)
.. function:: open(data_dir=nlpir.PACKAGE_DIR, encoding=ENCODING, encoding_errors=ENCODING_ERRORS, license_code=None)

Initializes the NLPIR API.

Expand Down

0 comments on commit 9399747

Please sign in to comment.