Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashekar committed Sep 13, 2023
1 parent 7288869 commit 185c443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ For Indian electoral rolls, we assume the last name is the word in the name that

Gradio App.
-----------
`Parsarnaam on HF <https://huggingface.co/spaces/sixtyfold/parsernaam>`_
`parsernaam on HF <https://huggingface.co/spaces/sixtyfold/parsernaam>`_

Installation
------------
.. code-block:: bash
pip install parsarnaam
pip install parsernaam
General API
-----------
Expand All @@ -30,7 +30,7 @@ The general API is as follows:
::

# Import the library
from parsarnaam.parsarnaam import ParseNames
from parsernaam.parsernaam import ParseNames

positional arguments:
df dataframe with Names to parse (with column name 'name')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):

setup(
name="parsernaam",
version="0.0.2",
version="0.0.3",
description=("Name parser"),
long_description=long_description,
# The project's main homepage.
Expand Down

0 comments on commit 185c443

Please sign in to comment.