Skip to content

Commit

Permalink
Fix stop-time doc in GenerateXdmf
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsdeppe committed Sep 30, 2024
1 parent 0a435d8 commit 056ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Visualization/Python/GenerateXdmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def generate_xdmf(
type=float,
help=(
"The time at which to stop visualizing. The stop-time value is "
"not included."
"included."
),
)
@click.option(
Expand Down

0 comments on commit 056ad3d

Please sign in to comment.