Skip to content

Commit ad97362

Browse files
committed
documentation
1 parent b4eeb9d commit ad97362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyat/at/latticetools/observablelist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def ringeval(
377377
return [obseval(ring, ob) for ob in self]
378378

379379
def check(self) -> bool:
380-
"""Check evaluation
380+
"""Check the evaluation
381381
382382
Returns:
383383
ok: :py:obj:`True` if evaluation is done, :py:obj:`False` otherwise

pyat/at/latticetools/observables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def evaluate(self, *data, initial: bool = False):
342342
return val
343343

344344
def check(self) -> bool:
345-
"""Check evaluation
345+
"""Check the evaluation
346346
347347
Returns:
348348
ok: :py:obj:`True` if is evaluation done, :py:obj:`False` otherwise

0 commit comments

Comments
 (0)