Skip to content

Commit ba624a5

Browse files
committed
fix another broken docstring
1 parent f4772fc commit ba624a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kessler/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def get_ccsds_time_format(time_string):
515515
def doy_2_date(value, doy, year, idx):
516516
'''
517517
Written by Andrew Ng, 18/03/2022,
518-
Based on source code @ https://github.com/nasa/CARA_Analysis_Tools/blob/master/two-dimension_Pc/Main/TransformationCode/TimeTransformations/DOY2Date.m
518+
Based on source code @ https://github.com/nasa/CARA_Analysis_Tools
519519
Use the datetime python package.
520520
doy_2_date - Converts Day of Year (DOY) date format to date format.
521521

0 commit comments

Comments
 (0)