Skip to content

Commit

Permalink
Update ops.rst due to changes in ops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Mar 22, 2021
1 parent b082912 commit 294fdb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ General use
confirmed
get_obj_attr
eval_dtype
gps_to_utc

Basic data manipulation
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion pyhelpers/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def gps_to_utc(gps_time):
:return: UTC time
:rtype: datetime.datetime
**Test**::
**Example**::
>>> from pyhelpers.ops import gps_to_utc
Expand Down

0 comments on commit 294fdb7

Please sign in to comment.