Skip to content

Commit 7471b43

Browse files
committed
updated typo
1 parent 1c5fa3a commit 7471b43

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/pages/getting_started/30_cfdi_load_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ______________________
66

77
.. code-block:: python
88
9-
from satcfdi import CFDI
9+
from satcfdi.cfdi import CFDI
1010
1111
# from file
1212
invoice = CFDI.from_file('comprobante.xml')

docs/pages/getting_started/40_cfdi_create_guide.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ __________________________________
194194
.. code-block:: python
195195
196196
from datetime import datetime
197-
from satcfdi.models import Signer, CFDI
197+
from satcfdi.models import Signer
198+
from satcfdi.cfdi import CFDI
198199
from satcfdi.create.cfd import cfdi40
199200
200201
# Load signing certificate

readme.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ____________________
106106

107107
.. code-block:: python
108108
109-
from satcfdi import CFDI
109+
from satcfdi.cfdi import CFDI
110110
111111
# from file
112112
invoice = CFDI.from_file('comprobante.xml')

0 commit comments

Comments
 (0)