Skip to content

Commit

Permalink
Update main_htm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavr2003 authored Jun 21, 2021
1 parent 1cefa01 commit bece8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sierra/main_htm.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def css(self, height='False', width='False', margin='False', vertical_align='Fal
filter: {filter};
}}''')

def autoPrettify(): # Only seems to work when repo is cloned and not pip installed. Rectification coming in later versions
def autoPrettify():
"""Improve overall look of code and close all tags automatically (if not already done)."""

warnings.showwarning(r'''Auto prettifying also involves auto closing HTML tags which may not be accurate if not already closed and are not recommended. Further development may run into issues. Please close tags manually if unsure.
Expand Down

0 comments on commit bece8d0

Please sign in to comment.