Skip to content

Commit

Permalink
Fix typographical errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 13, 2024
1 parent f9465c6 commit 1a287fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/src/guide/python/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ signac jobs, and calls the requested **action** function.
> Note: This example demonstrates looping over directories in **serial**. However, this
> structure also gives you the ability to choose **serial** or **[parallel]** execution.
> Grouping many directories into a single cluster job submission will increase your
> workflow's throuability.
> workflow's throughput.

[parallel]: ../concepts/process-parallelism.md

Expand Down
2 changes: 1 addition & 1 deletion doc/src/guide/tutorial/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ learn how to use **row** to automatically generate job scripts that request **CP
[`custom` submit options](../../workflow/action/submit-options.md) to request others.

Most **clusters** also have separate **partitions** (requested with
`--partition=<partition>` for certain resources (e.g. GPU). See your **cluster's**
`--partition=<partition>` for certain resources). See your **cluster's**
documentation for details.

## Next steps
Expand Down

0 comments on commit 1a287fb

Please sign in to comment.