Skip to content

Commit ded1340

Browse files
committed
Update README.md
1 parent f6fc1b2 commit ded1340

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,17 @@ print(isProfane(sentence)) # returns True
3535
print(censorWord(word)) # returns 's%!$ty'
3636
3737
print(censorSentences(sentences))
38-
#["you're a piece of s#it",
39-
# 'fucking w&!re',
40-
# 'why you such a c&m&%ut',
41-
# 'an online w%$re',
42-
# 'fucking w#$$er',
43-
# 'hey, hope you do great!',
44-
# 's#&t$#yyy w&o$%$ee',
45-
# 'wear a dress']
38+
'''
39+
returns
40+
["you're a piece of s#it",
41+
'fucking w&!re',
42+
'why you such a c&m&%ut',
43+
'an online w%$re',
44+
'fucking w#$$er',
45+
'hey, hope you do great!',
46+
's#&t$#yyy w&o$%$ee',
47+
'wear a dress']
48+
'''
4649
```
4750

4851
### Data

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(name="PyProfane",
77
packages=setuptools.find_packages(),
8-
version="1.0.3",
8+
version="1.0.3-1",
99
author="Ieshaan Saxena",
1010
author_email="ieshaan1999@gmail.com",
1111
description="A library to censor and detect offensive words in strings.",
1212
long_description=longDescription,
1313
long_description_content_type="text/markdown",
1414
license="MIT",
1515
url="https://github.com/ieshaan12/PyProfane",
16-
download_url="https://github.com/ieshaan12/PyProfane/archive/v1.0.2.tar.gz",
16+
download_url="https://github.com/ieshaan12/PyProfane/archive/v1.0.3.tar.gz",
1717
package_data={'PyProfane': ['data/swearWords.txt', 'data/comments.txt']},
1818
classifiers=[
1919
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)