summaryrefslogtreecommitdiff
path: root/src/08_stdlib.md
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2019-12-13 16:12:50 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2019-12-13 16:12:50 +0100
commit0a9f8d045fa10e5932ddf9647d4c56a7e0e811b7 (patch)
treefa415c7ebb855a46936869aacdb9e8ec7c3671f4 /src/08_stdlib.md
parent3e38f2af4bc3b29701b2e3d7b5043fced538e396 (diff)
Correct details
Diffstat (limited to 'src/08_stdlib.md')
-rw-r--r--src/08_stdlib.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/08_stdlib.md b/src/08_stdlib.md
index 3ac1542..fbaa974 100644
--- a/src/08_stdlib.md
+++ b/src/08_stdlib.md
@@ -241,7 +241,7 @@ obtener un número limitado de caracteres de la recién decodificada respuesta.
>>> with urlopen("https://tools.ietf.org/rfc/rfc2068.txt") as resp:
... print( resp.read().decode("utf-8")[:1750] )
...
-
+'
@@ -283,6 +283,7 @@ Abstract
initiative since 1990. This specification defines the protocol
referred to as "HTTP/1.1".
+'
>>>
```