Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
daminton committed Feb 25, 2022
1 parent e7c6f9a commit 0c86301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Simulation:
"""
This is a class that define the basic Swift/Swifter/Swiftest simulation object
This is a class that defines the basic Swift/Swifter/Swiftest simulation object
"""
def __init__(self, codename="Swiftest", param_file="", readbin=True):
self.ds = xr.Dataset()
Expand Down

0 comments on commit 0c86301

Please sign in to comment.