Skip to content

Commit bfadcf4

Browse files
larsrinnsdispater
authored andcommitted
fix typo in documentation (#120)
1 parent 357b8dc commit bfadcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/instantiation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ or simply a string timezone value.
8080

8181
.. code-block:: python
8282
83-
pendulum.from_format(time, format, tz)
83+
pendulum.from_format(time, fmt, tz)
8484
8585
``from_format()`` is mostly a wrapper for the base Python function ``datetime.strptime()``.
8686
The difference being the addition the ``tz`` argument that can be a ``tzinfo`` instance or a string timezone value

0 commit comments

Comments
 (0)