Typo in "plot" help dialog (from plotting.py line 353)

Issue #1040 new
blake created an issue

The typo is in line 353 of

dolfin/python/dolfin/common/plotting.py

where

"""
            plot(mesh, tite="Finite element mesh")
"""

should be

"""
            plot(mesh, title="Finite element mesh")
"""

Comments (0)

  1. Log in to comment