Skip to content

Commit 281acbf

Browse files
committed
Merge pull request #246 from cordjr/pelican
little fix
2 parents 5ca2c77 + b2450d3 commit 281acbf

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)