We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357b8dc commit bfadcf4Copy full SHA for bfadcf4
docs/_docs/instantiation.rst
@@ -80,7 +80,7 @@ or simply a string timezone value.
80
81
.. code-block:: python
82
83
- pendulum.from_format(time, format, tz)
+ pendulum.from_format(time, fmt, tz)
84
85
``from_format()`` is mostly a wrapper for the base Python function ``datetime.strptime()``.
86
The difference being the addition the ``tz`` argument that can be a ``tzinfo`` instance or a string timezone value
0 commit comments