Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Nov 30, 2023
1 parent 1704dd1 commit 45d6de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kbmod/result_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def from_yaml(cls, yaml_str):
return result

def to_yaml(self):
"""Serial a ResultRow from a YAML formatted string.
"""Serialize a ResultRow from a YAML formatted string.
Parameters
----------
Expand Down Expand Up @@ -253,7 +253,7 @@ def __init__(self, all_times, track_filtered=False):

@classmethod
def from_yaml(cls, yaml_str):
"""Desrialize a ResultList from a YAML string.
"""Deserialize a ResultList from a YAML string.
Parameters
----------
Expand Down

0 comments on commit 45d6de0

Please sign in to comment.