Skip to content

Commit

Permalink
Fix rendering error in parallel I/O tutorial (#1734)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
oruebel and rly authored Jul 24, 2023
1 parent 1317f7a commit bede7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/advanced_io/parallelio.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# 3. **Read from the file in parallel using MPI**: Here each of the 4 MPI ranks reads one time
# step from the file

#
# .. code-block:: python
#
# from mpi4py import MPI
Expand Down

0 comments on commit bede7c3

Please sign in to comment.