Skip to content

Commit 846cbc3

Browse files
authored
Update README.md
1 parent 33bad01 commit 846cbc3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Censor word detection/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
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 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>
19+
<li>Print the output on terminal.
20+
<ul>
21+
<li>It will print **** if profanity.censor(text) is used.</li>
22+
<li>It will print #### if profanity.censor(text,'$') is used and like wise for all other symbols</li>
23+
</ul>
24+
</li>
2025
</ol>

0 commit comments

Comments
 (0)