Skip to content
  • Simon Conseil's avatar
    Fix issue with Catalog.meta copy with astropy master · bbb0f787
    Simon Conseil authored
    With the recent changes in Table.meta handling, a shallow copy of .meta
    is done when slicing a Table, but the LowercaseOrderedDict was not
    implementing .copy which was causing the .meta to be lost.
    
    And fix some typos :)
    bbb0f787