Skip to content

Commit b2450d3

Browse files
committed
Minor minor type correction
1 parent 53e734a commit b2450d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/paralelismo_em_python_usando_concurrent_futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def increase_price_crazy(price):
118118

119119
return max(price, min(new_prices))
120120
```
121-
> **Nota:** Está função foi criada apenas para efeitos didáticos.
121+
> **Nota:** Esta função foi criada apenas para efeitos didáticos.
122122
123123
Vamos agora ulilizar esta função no lugar da função `increase_price_by_10_percent`:
124124

0 commit comments

Comments
 (0)