Skip to content

Commit

Permalink
Fix typo in docs for using arrow.ArrowFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
tedmiston committed Jan 5, 2016
1 parent 2c7088d commit c63e908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Then get and use a factory for it:

.. code-block:: python
>>> factory = arrow.Factory(CustomArrow)
>>> factory = arrow.ArrowFactory(CustomArrow)
>>> custom = factory.utcnow()
>>> custom
>>> <CustomArrow [2013-05-27T23:35:35.533160+00:00]>
Expand Down

0 comments on commit c63e908

Please sign in to comment.