Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndorra authored Aug 27, 2024
1 parent f5b686a commit cd93f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sampler.resume()
# Wait for the sampler to finish (up to timeout seconds)
sampler.wait(timeout=0.1)
# Note that not passing any timeout to `wait` will
# directly save and return the results:
# directly save and return the current results once the sampler finishes:
idata = sampler.wait()

# or we can also abort the sampler (and return the incomplete trace)
Expand Down

0 comments on commit cd93f38

Please sign in to comment.