Skip to content

Commit 7568d89

Browse files
committed
Corrected DOCS
Modalidade changed. It sucks.
1 parent a748d96 commit 7568d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/taxajuros.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pelas instituições financeiras.
4242
ep = em.get_endpoint('TaxasJurosDiariaPorInicioPeriodo')
4343
df_cheque = (ep.query()
4444
.filter(ep.Segmento == 'PESSOA FÍSICA',
45-
ep.Modalidade == 'CHEQUE ESPECIAL - PRÉ-FIXADO')
45+
ep.Modalidade == 'Cheque especial - Pré-fixado')
4646
.collect())
4747
df_cheque['InicioPeriodo'] = pd.to_datetime(df_cheque['InicioPeriodo'])
4848
grp = df_cheque.groupby('InicioPeriodo')

0 commit comments

Comments
 (0)