Skip to content

Commit

Permalink
Add missing linebreak in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaoman committed Oct 11, 2023
1 parent af63756 commit 46f6deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/masking/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ For instance, to add the diagonally opposed octant to the selection made above
(and so obtain a region shaped like two cubes with a single corner touching):

.. code-block:: python
additional_region = [[0.5 * b, 1.0 * b] for b in boxsize]
mask.constrain_spatial(additional_region, intersect=True)
Expand Down

0 comments on commit 46f6deb

Please sign in to comment.