Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Aug 19, 2019
1 parent 90dcf31 commit 8de3ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,12 @@
[![Documentation Status](https://readthedocs.org/projects/clevercsv/badge/?version=latest)](https://clevercsv.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/alan-turing-institute/CleverCSVDemo/master?filepath=CSV_dialect_detection_with_CleverCSV.ipynb)

**Handy links:**
*CleverCSV provides a drop-in replacement of the Python ``csv`` package with
improved dialect detection for messy CSV files. It also provides a handy
command line tool that can standardize a messy file or generate Python code to
import it.*

**Useful links:**

- [CleverCSV on Github](https://github.com/alan-turing-institute/CleverCSV)
- [CleverCSV on PyPI](https://pypi.org/project/clevercsv/)
Expand Down
2 changes: 1 addition & 1 deletion clevercsv/potential_dialects.py
Expand Up @@ -116,7 +116,7 @@ def get_delimiters(
set ``block_cat`` of prohibited categories. If it is, we don't allow it to
be a delimiter, with the exception of Tab (which is in the Control
category). We furthermore block characters in :attr:`block_char` from
being delimiters.
being delimiters.
Parameters
----------
Expand Down

0 comments on commit 8de3ae9

Please sign in to comment.