diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-22 23:14:49 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-22 23:14:49 +0100 |
commit | 79dee39bea57fe27a911dcc1cdf8623115323d17 (patch) | |
tree | 7e580888c0d3a37f52e0c449c7a88b1edd7a559f | |
parent | a3d44421f395ebd8496ec28e6ae5b683b05c134b (diff) |
Fix broken note
-rw-r--r-- | src/03_estructura.md | 3 |
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 |