Skip to content

Commit

Permalink
DOC: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Jun 10, 2024
1 parent fcd5350 commit 56b0ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tike/ptycho/ptycho.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def reconstruct(
logger.info(
f"Global scaling of {mean_scaling:.3e} detected from position correction."
" Probably your estimate of photon energy and/or sample to detector "
"distance is off by that ammount."
"distance is off by that amount."
)

return context.parameters
Expand Down Expand Up @@ -945,7 +945,7 @@ def reconstruct_multigrid(
logger.info(
f"Global scaling of {mean_scaling:.3e} detected from position correction."
" Probably your estimate of photon energy and/or sample to detector "
"distance is off by that ammount."
"distance is off by that amount."
)
return context.parameters

Expand Down

0 comments on commit 56b0ddd

Please sign in to comment.