Skip to content

Commit

Permalink
Merge pull request #1954 from eirannejad/develop
Browse files Browse the repository at this point in the history
trying out new formatting for code blocks samples in docstrings
  • Loading branch information
jmcouffin authored Oct 20, 2023
2 parents b69e2bf + dc39dd7 commit e728c6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyrevitlib/pyrevit/forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2772,10 +2772,10 @@ def alert(msg, title=None, sub_msg=None, expanded=None, footer='',
(bool): True if okay, yes, or retry, otherwise False
Examples:
from pyrevit import forms
forms.alert('Are you sure?',
sub_msg='<a href=\"https://discourse.pyrevitlabs.io/ \">Click here if you are not sure and want to go to the pyRevit Forum</a>',
ok=False, yes=True, no=True, exitscript=True)
from pyrevit import forms
forms.alert('Are you sure?',
sub_msg='<a href=\"https://discourse.pyrevitlabs.io/ \">Click here if you are not sure and want to go to the pyRevit Forum</a>',
ok=False, yes=True, no=True, exitscript=True)
"""
# BUILD DIALOG
cmd_name = EXEC_PARAMS.command_name
Expand Down

0 comments on commit e728c6f

Please sign in to comment.