Skip to content

Commit

Permalink
Update how-to-code-in-python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Feb 27, 2024
1 parent 19e11c2 commit 413b7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/how-to/how-to-code-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 413b7d0

Please # to comment.