Skip to content

Commit 75c85cb

Browse files
Update README.md
1 parent 02ce5da commit 75c85cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Simple, but powerfull translator using Python and googletrans lib
55
### Creating a simple translator in Python
66
* Creating a simple translator in Python can be an interesting project. We can use the translate or googletrans library, which works with the Google Translate API. In this concept, we will create a basic translator that will translate text from one language to another.
77

8-
Here's an example of implementing a translator in Python using the googletrans library. *
8+
Here's an example of implementing a translator in Python using the googletrans library.
99

1010
### Steps to implement:
1111
1. Install the googletrans library.

0 commit comments

Comments
 (0)