File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
APIScripts/URLShortener API Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ In make_tiny(url) function encoding of url and appending it to API is done and t
15
15
16
16
## Library imported :
17
17
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.
19
19
contextlib ~ defines ContextManager class whose object properly manages the resources within a program. The file object supports ContextManager API.
20
20
urlib ~ It is a package that collects several modules for working with URLs.
21
21
sys ~ provides various functions and variables that are used to manipulate different parts of the Python runtime environment.
You can’t perform that action at this time.
0 commit comments