Fix up typo in symbols interface for native_structures (now natives).

This commit is contained in:
Mike Auty
2015-10-11 18:28:16 +01:00
parent 9e801c428b
commit 2f980fb613
+1 -1
View File
@@ -15,7 +15,7 @@ class SymbolTableInterface(validity.ValidityRoutines):
if name:
self._type_check(name, str)
self.name = name or None
self.native_structures = native_structures
self._native_structures = native_structures
# ## Required Constant symbol functions