Skip to content

Commit

Permalink
docs: add note about input_()
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 24, 2016
1 parent c783dc1 commit 5b37226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ What?

**Senf** makes filename handling easier by providing a set of filename
handling functions which work the same across all Python versions and
platforms. It also provides a print() function which can print filenames.
platforms. It also provides a print() function which can print filenames and
an input() function which can read filenames.

You can think of it as `six <https://pypi.org/project/six/>`__ for filename
handling.
Expand Down

0 comments on commit 5b37226

Please sign in to comment.