Skip to content

Commit

Permalink
DOC: Tweaks to doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Mar 5, 2022
1 parent 3380f1d commit 61e8ec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/crystals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,9 @@ Let's imagine we want to create a 2x2x2 supercell of graphite:
< Atom C @ (0.33, 0.67, 0.25) >
< Atom C @ (0.67, 0.33, 0.75) >
>>>
>>> for atm in sorted(graphite.supercell(2,2,2)):
... print(repr(atm))
...
>>> for atm in sorted(graphite.supercell(2,2,2)): # doctest: +SKIP
... print(repr(atm)) # doctest: +SKIP
... # doctest: +SKIP
< Atom C @ (0.00, 0.00, 0.25) >
< Atom C @ (0.00, 0.00, 0.75) >
< Atom C @ (0.00, 0.00, 1.25) >
Expand Down

0 comments on commit 61e8ec3

Please sign in to comment.