Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
frreiss committed Sep 22, 2020
1 parent 2641622 commit bcc239c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ API documentation can be found at [https://readthedocs.org/projects/text-extensi
## Contents of this repository

* **`text_extensions_for_pandas`**: Source code for the `text_extensions_for_pandas` module.
* **env.sh**: Script to create an conda environment `pd` capable of running the notebooks and test cases in this project
* **env.sh**: Script to create a conda environment `pd` capable of running the notebooks and test cases in this project
* **generate_docs.sh**: Script to build the [API documentation]((https://readthedocs.org/projects/text-extensions-for-pandas/)
* **api_docs**: Configuration files for `generate_docs.sh`
* **config**: Configuration files for `env.sh`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
version="0.1a4",
author="IBM",
author_email="[email protected]",
description="Adds extension types for NLP data to Pandas dataframes.",
description="Natural language processing support for Pandas dataframes.",
long_description=long_description,
long_description_content_type="text/markdown",
# Note that this URL is where the project *will* be, not where it currently is.
Expand Down

0 comments on commit bcc239c

Please sign in to comment.