summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2019-11-22 23:14:49 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2019-11-22 23:14:49 +0100
commit79dee39bea57fe27a911dcc1cdf8623115323d17 (patch)
tree7e580888c0d3a37f52e0c449c7a88b1edd7a559f
parenta3d44421f395ebd8496ec28e6ae5b683b05c134b (diff)
Fix broken note
-rw-r--r--src/03_estructura.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/03_estructura.md b/src/03_estructura.md
index 50981c8..2060cf5 100644
--- a/src/03_estructura.md
+++ b/src/03_estructura.md
@@ -200,8 +200,7 @@ True
Es relativamente sencillo prever qué valores son *truthy* o *falsey*,
normalmente los valores que representan un vacío se consideran `False`.
-[^truthy]:
- <https://docs.python.org/3/library/stdtypes.html#truth-value-testing>
+[^truthy]: <https://docs.python.org/3/library/stdtypes.html#truth-value-testing>
### List comprehensions