Hoctar77 commited on
Commit
5ca2785
·
verified ·
1 Parent(s): 7f6f5ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1651,7 +1651,7 @@ class DocumentCheckResultsFormatter:
1651
  self.issue_categories = {
1652
  'heading_title_check': {
1653
  'title': 'Required Headings Check',
1654
- 'description': 'Verifies that your document includes all mandatory section headings, with requirements varying by document type. For example, Advisory Circulars require headings like "Purpose." and "Applicability." with initial caps and periods, while Federal Register Notices use ALL CAPS headings like "SUMMARY" and "BACKGROUND" without periods. Policy Statements have their own specific set of required headings. This check ensures both the presence of required headings and their correct capitalization format based on document type.',
1655
  'solution': 'Add all required headings in the correct order',
1656
  'example_fix': {
1657
  'before': 'Missing required heading "PURPOSE."',
 
1651
  self.issue_categories = {
1652
  'heading_title_check': {
1653
  'title': 'Required Headings Check',
1654
+ 'description': 'Verifies that your document includes all mandatory section headings, with requirements varying by document type. For example, long Advisory Circulars require headings like "Purpose." and "Applicability." with initial caps and periods, while Federal Register Notices use ALL CAPS headings like "SUMMARY" and "BACKGROUND" without periods. This check ensures both the presence of required headings and their correct capitalization format based on document type.',
1655
  'solution': 'Add all required headings in the correct order',
1656
  'example_fix': {
1657
  'before': 'Missing required heading "PURPOSE."',