[add] docstrings in pylot/core/loc

This commit is contained in:
Darius Arnold
2017-11-13 11:45:25 +01:00
parent 6aacd2dd55
commit 983e4c25a3
7 changed files with 30 additions and 30 deletions

View File

@@ -18,8 +18,8 @@ def export(picks, fnout, parameter):
:param fnout: complete path to the exporting obs file
:type fnout: str
:param: parameter, all input information
:type: object
:param parameter: all input information
:type parameter: object
'''
# write phases to HYPO71-phase file
writephases(picks, 'HYPO71', fnout, parameter)