Skip to content

Commit

Permalink
Update responses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnx authored Jul 26, 2024
1 parent 3aacfa4 commit c3433d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_htmx/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ def make_response(
:param trigger: Allows you to trigger client side events. Accepts a string or a dict
(:code:`HX-Trigger`).
:param trigger_after_settle: Allows you to trigger client side events. Accepts a
string or a dict (:code:`HT-Trigger-After-Settle`).
string or a dict (:code:`HX-Trigger-After-Settle`).
:param trigger_after_swap: Allows you to trigger client side events. Accepts a
string or a dict (:code:`HT-Trigger-After-Swap`).
string or a dict (:code:`HX-Trigger-After-Swap`).
:return: A Flask Response with htmx headers.
"""
if reswap and reswap not in RESWAPS:
Expand Down

0 comments on commit c3433d2

Please sign in to comment.