Skip to content

Commit 33bad01

Browse files
authored
Update README.md
1 parent 8bfbe27 commit 33bad01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Censor word detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<li>Import the module profanity from better_profanity</li>
1717
<li>Take user input </li>
1818
<li>Check for the censored data using method profanity.censor() </li>
19-
<li>Print the output</li>
19+
<li>Print the output on terminal. It will print **** if profanity.censor(text) is used. It will print #### if profanity.censor(text,'$') is used and like wise for all other symbols</li>
2020
</ol>

0 commit comments

Comments
 (0)