Skip to content

Commit

Permalink
Merge pull request #13 from aspeddro/fix-date-docs
Browse files Browse the repository at this point in the history
fix date format typo
  • Loading branch information
wilsonfreitas committed Jul 20, 2023
2 parents 2a4ee31 + a381a33 commit bc70f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/currency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Esta implementação é mais estável que a do :ref:`Conversor de Moedas`.
.parameters(moeda='AUD', dataCotacao='1/31/2022')
.collect())
É importante notar que as datas estão no formato dia/mês/ano e os números não
É importante notar que as datas estão no formato mês/dia/ano e os números não
são preenchidos com 0 para ter 2 dígitos.

.. ipython:: python
Expand Down

0 comments on commit bc70f63

Please sign in to comment.