Hoctar77 commited on
Commit
3a8a667
·
verified ·
1 Parent(s): 0e44409

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -479,12 +479,6 @@ class DocumentCheckerConfig:
479
  is_error=True,
480
  replacement="CFR"
481
  ),
482
- PatternConfig(
483
- pattern=r'\b14 CFR\s*§',
484
- description="14 CFR § should be 14 CFR",
485
- is_error=True,
486
- replacement="14 CFR"
487
- ),
488
  PatternConfig(
489
  pattern=r'\bWe\b',
490
  description="'We' should be 'The FAA'",
 
479
  is_error=True,
480
  replacement="CFR"
481
  ),
 
 
 
 
 
 
482
  PatternConfig(
483
  pattern=r'\bWe\b',
484
  description="'We' should be 'The FAA'",