Skip to content
  • Edward Fauchon-Jones's avatar
    Fix format spec dict key revision->modification · 86b778e9
    Edward Fauchon-Jones authored
    The dictionary keys are currently never actually used directly in the
    package. Loops go over the `k, v` of the dictionary `format1` however
    references to field names are only ever made through the `.name`
    attribute of `Spec` objects.
    
    Also fix docstrings in `Spec` classes to reference the correct format
    field.
    86b778e9