Convert British spelling to American

This commit is contained in:
Eisuke Kawashima
2020-03-18 22:01:19 +09:00
parent 5109b7f1b1
commit ca1e1e2dff
40 changed files with 97 additions and 97 deletions

View File

@ -212,7 +212,7 @@ class Properties(dobject):
_DEFAULT_MINFID = 1e-12
def __init__(self):
"""Initialises Properties."""
"""Initializes Properties."""
self.property_dict = {
"step": { "dimension" : "number",
@ -1094,7 +1094,7 @@ class Trajectories(dobject):
"""
def __init__(self):
"""Initialises a Trajectories object."""
"""Initializes a Trajectories object."""
self.traj_dict = {
# Note that here we want to return COPIES of the different arrays, so we make sure to make an operation in order not to return a reference.