Skip to content

Commit

Permalink
Format/spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Oct 22, 2024
1 parent 6629900 commit 0ed86bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user-guide/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ run across it two compute nodes.
#!/usr/bin/env python

"""
Parallel Numpy Array Broadcast
Parallel Numpy Array Broadcast
"""

from mpi4py import MPI
Expand Down Expand Up @@ -132,7 +132,7 @@ show below an example that features an MPI reduction performed on a
#!/usr/bin/env python

"""
Reduce-to-all CuPy Arrays
Reduce-to-all CuPy Arrays
"""

from mpi4py import MPI
Expand Down Expand Up @@ -240,7 +240,7 @@ list all the available `python` modules).

!!! tip
In the commands below, remember to replace `x01` with your project code
and `auser` with your username.
and `auser` with your username.

Next, create the virtual environment within a designated folder:

Expand Down Expand Up @@ -397,7 +397,7 @@ You can now install packages using
`conda install -p ${CONDA_ROOT}/envs/myvenv <package_name>`. And you can
see the packages currently installed in the active environment with the
command `conda list`. After all packages have been installed, simply run
`conda deactivate` twice in order to restore the original comand prompt.
`conda deactivate` twice in order to restore the original command prompt.

``` bash
(myvenv) [auser@cirrus-login1 auser]$ conda deactivate
Expand Down

0 comments on commit 0ed86bc

Please sign in to comment.