Skip to content

Commit c71a825

Browse files
committed
Fix one of the industry constants.
1 parent c5db4c9 commit c71a825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stix/extensions/marking/ais.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def _update_schemalocations():
435435
GOVERNMENT_FACILITIES_SECTOR = 'Government Facilities Sector'
436436
HEALTH_CARE_AND_PUBLIC_HEALTH_SECTOR = 'Healthcare and Public Health Sector'
437437
INFORMATION_TECHNOLOGY_SECTOR = 'Information Technology Sector'
438-
NUCLEAR_REACTORS_MATERIALS_AND_WASTE_SECTOR = 'Nuclear Reactors Materials, and Waste Sector'
438+
NUCLEAR_REACTORS_MATERIALS_AND_WASTE_SECTOR = 'Nuclear Reactors, Materials, and Waste Sector'
439439
OTHER = 'Other'
440440
TRANSPORTATION_SYSTEMS_SECTOR = 'Transportation Systems Sector'
441441
WATER_AND_WASTEWATER_SYSTEMS_SECTOR = 'Water and Wastewater Systems Sector'

0 commit comments

Comments
 (0)