summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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