From cfaefb21a26a4997416005cea3e7bef149d7db51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=2E=20K=C3=BChner?= <56360279+schnellerhase@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:00:03 +0100 Subject: [PATCH] Typo: vector-values -> vector-valued (#884) --- demo/python/demo_create_and_tabulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/python/demo_create_and_tabulate.py b/demo/python/demo_create_and_tabulate.py index 00679ab85..19c14d508 100644 --- a/demo/python/demo_create_and_tabulate.py +++ b/demo/python/demo_create_and_tabulate.py @@ -46,7 +46,7 @@ # is 1 as we are only tabulating the function values; it would be higher if we # had asked for derivatives too. The second dimension (5) is the number of points. # The third dimension (25) is the number of DOFs. The fourth dimension (1) is the -# value size of the element: this will be greater than 1 for vector-values elements. +# value size of the element: this will be greater than 1 for vector-valued elements. # # C++ demo # ========