Skip to content

Commit f0fbd46

Browse files
committed
Updated README.md
1 parent 290e86e commit f0fbd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIScripts/URLShortener API/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In make_tiny(url) function encoding of url and appending it to API is done and t
1515

1616
## Library imported :
1717

18-
\__future__ ~ is a pseudo-module which programmers can use to enable new language features which are not compatible with the current interpreter.
18+
\_\_future\_\_ ~ is a pseudo-module which programmers can use to enable new language features which are not compatible with the current interpreter.
1919
contextlib ~ defines ContextManager class whose object properly manages the resources within a program. The file object supports ContextManager API.
2020
urlib ~ It is a package that collects several modules for working with URLs.
2121
sys ~ provides various functions and variables that are used to manipulate different parts of the Python runtime environment.

0 commit comments

Comments
 (0)