Skip to content

Commit

Permalink
add financial month to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmendoza committed Oct 16, 2020
1 parent 452e097 commit faa3711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can also get the current ``FiscalQuarter`` with:
FiscalDateTime
--------------

The start and end of each quarter are stored as instances of the ``FiscalDateTime`` class. This class provides all of the same features as the ``datetime`` class, with the addition of the ability to query the fiscal year and quarter.
The start and end of each quarter are stored as instances of the ``FiscalDateTime`` class. This class provides all of the same features as the ``datetime`` class, with the addition of the ability to query the fiscal year, fiscal month, and quarter.

.. code-block:: python
Expand Down

0 comments on commit faa3711

Please sign in to comment.