Hoctar77 commited on
Commit
453cdbb
·
verified ·
1 Parent(s): 5ca2785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1967,7 +1967,7 @@ class DocumentCheckResultsFormatter:
1967
  "italics": True,
1968
  "quotes": False,
1969
  "description": "For Advisory Circulars, referenced document titles should be italicized but not quoted",
1970
- "example": "See AC 20-135, *Powerplant Installation and Propulsion System Component Fire Protection Test Methods, Standards, and Criteria* for information on X."
1971
  },
1972
  "quotes_only": {
1973
  "types": [
@@ -1978,14 +1978,14 @@ class DocumentCheckResultsFormatter:
1978
  "italics": False,
1979
  "quotes": True,
1980
  "description": "For this document type, referenced document titles should be in quotes without italics",
1981
- "example": 'See AC 20-135, "Powerplant Installation and Propulsion System Component Fire Protection Test Methods, Standards, and Criteria" for information on X.'
1982
  },
1983
  "no_formatting": {
1984
  "types": ["Policy Statement", "Other"],
1985
  "italics": False,
1986
  "quotes": False,
1987
  "description": "For this document type, referenced document titles should not use italics or quotes",
1988
- "example": "See AC 20-135, Powerplant Installation and Propulsion System Component Fire Protection Test Methods, Standards, and Criteria for information on X."
1989
  }
1990
  }
1991
 
 
1967
  "italics": True,
1968
  "quotes": False,
1969
  "description": "For Advisory Circulars, referenced document titles should be italicized but not quoted",
1970
+ "example": "See AC 25.1309-1B, *System Design and Analysis*, for information on X."
1971
  },
1972
  "quotes_only": {
1973
  "types": [
 
1978
  "italics": False,
1979
  "quotes": True,
1980
  "description": "For this document type, referenced document titles should be in quotes without italics",
1981
+ "example": 'See AC 25.1309-1B, "System Design and Analysis," for information on X.'
1982
  },
1983
  "no_formatting": {
1984
  "types": ["Policy Statement", "Other"],
1985
  "italics": False,
1986
  "quotes": False,
1987
  "description": "For this document type, referenced document titles should not use italics or quotes",
1988
+ "example": "See AC 25.1309-1B, System Design and Analysis, for information on X."
1989
  }
1990
  }
1991