diff --git a/src/content/how-to/how-to-code-in-python.md b/src/content/how-to/how-to-code-in-python.md index 71ca3a27f..51c4a58f3 100644 --- a/src/content/how-to/how-to-code-in-python.md +++ b/src/content/how-to/how-to-code-in-python.md @@ -109,7 +109,7 @@ def myFunc(params): `:` They indicate where the code block begins. -`bloque de código` here will go all the logical operations that our function will need to perform to be able to return the result that we want. +`code_block` here will go all the logical operations that our function will need to perform to be able to return the result that we want. `return` what the function will return when executed.