Skip to content

Commit aa8d190

Browse files
committed
fix docs
fix
1 parent 57b1fff commit aa8d190

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/source/point-evaluation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Point evaluation
88
Firedrake can evaluate :py:class:`~.Function`\s at arbitrary physical
99
points. This feature can be useful for the evaluation of the result
1010
of a simulation, or for creating expressions which contain point evaluations.
11-
Three APIs are offered to this feature: two Firedrake-specific ones, and one
12-
from UFL.
11+
Two APIs for this are offered: a Firedrake-specific one, and one from UFL.
1312

1413
.. _primary-api:
1514

firedrake/pyplot/mpl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import math
33
import numpy as np
44
import numpy.random as randomgen
5-
65
try:
76
import matplotlib.pyplot as plt
87
except ModuleNotFoundError as e:

0 commit comments

Comments
 (0)