Skip to content

Commit

Permalink
further fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Jun 17, 2024
1 parent b5a907a commit df4d522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ unit square:

.. doctest::

>>> mesh = fem.MeshTri().refined(3) # refine thrice
>>> mesh = fem.MeshTri().refined(3).with_default_tags() # refine thrice
>>> mesh
<skfem MeshTri1 object>
Number of elements: 128
Expand Down

0 comments on commit df4d522

Please sign in to comment.