CCSDSPy / ccsdspy

I/O interface and utilities for CCSDS binary spacecraft data in Python. Library used in flight missions at NASA, NOAA, and SWRI
https://ccsdspy.org
BSD 3-Clause "New" or "Revised" License
78 stars 19 forks source link

remove extra parenthesis #62

Closed jmbhughes closed 1 year ago

jmbhughes commented 1 year ago

I noticed in the utils doc page that for the split_by_apid example there was an extra parenthesis in the code example. So I removed it.

ddasilva commented 1 year ago

Thanks for catching this!