Skip to content

Commit 71f1fb2

Browse files
committed
Updated README.md
1 parent f0fbd46 commit 71f1fb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

APIScripts/URLShortener API/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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.
19-
contextlib ~ defines ContextManager class whose object properly manages the resources within a program. The file object supports ContextManager API.
20-
urlib ~ It is a package that collects several modules for working with URLs.
21-
sys ~ provides various functions and variables that are used to manipulate different parts of the Python runtime environment.
18+
**\_\_future\_\_** ~ is a pseudo-module which programmers can use to enable new language features which are not compatible with the current interpreter.
19+
**contextlib** ~ defines ContextManager class whose object properly manages the resources within a program. The file object supports ContextManager API.
20+
**urlib** ~ It is a package that collects several modules for working with URLs.
21+
**sys** ~ provides various functions and variables that are used to manipulate different parts of the Python runtime environment.
2222

2323

2424
## Output :

0 commit comments

Comments
 (0)