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 28, 2024
1 parent fc9da37 commit 459d56e
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 459d56e

Please sign in to comment.