Skip to content

Commit

Permalink
corrected top block
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 29, 2021
1 parent 513c93e commit 0d2450d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tmtccmd/runner.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env python3
"""
@brief Core method called by entry point files to initiate the TMTC commander.
:brief: Core method called by entry point files to initiate the TMTC commander.
The commander is started by first running initialize_tmtc_commander and then
running run_tmtc_commander
@details
@manual
@author R. Mueller
:details:
:manual:
:author: R. Mueller
"""
import sys
from typing import Union
Expand Down

0 comments on commit 0d2450d

Please sign in to comment.