Skip to content

Commit

Permalink
fix(doc): update PseudoColumn module import. (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj12djdjs authored Sep 29, 2023
1 parent 351981a commit f46ec85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/3_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ The pseudo-column can change from database to database, so here it's possible to

.. code-block:: python
from pypika import Query, PseudoColumn
from pypika import Query
from pypika.terms import PseudoColumn
CurrentDate = PseudoColumn('current_date')
Expand Down

0 comments on commit f46ec85

Please sign in to comment.