Skip to content

Commit

Permalink
[docs] tutorial: bormeparser.parse() segundo parámetro
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jun 6, 2016
1 parent bbe3620 commit e41324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Parsear un archivo PDF de BORME:

.. code-block:: python
borme = bormeparser.parse('/tmp/BORME-A-2015-102-29.pdf')
borme = bormeparser.parse('/tmp/BORME-A-2015-102-29.pdf', bormeparser.SECCION.A)
.. code-block:: python
Expand Down

0 comments on commit e41324b

Please sign in to comment.