From cdcd4db59b8f1d071c8e52851160bfd713188f56 Mon Sep 17 00:00:00 2001 From: benSepanski <ben_sepanski@alumni.baylor.edu> Date: Thu, 9 Jul 2020 10:27:39 -0500 Subject: [PATCH] Fixed comment --- examples/firedrake_connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/firedrake_connection.py b/examples/firedrake_connection.py index bb2abca4..a7bffdb1 100644 --- a/examples/firedrake_connection.py +++ b/examples/firedrake_connection.py @@ -34,7 +34,7 @@ def main(): # and decide to use firedrake. # # To verify this is working, we use a solution to the wave equation - # (see :func:`bump`) to get our boundary conditions + # to get our boundary conditions # {{{ First we make a discretization in meshmode and get our bcs -- GitLab