From ee5ca8626563243ca5f68a38f49739bb33a1b869 Mon Sep 17 00:00:00 2001 From: schnellerhase <56360279+schnellerhase@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:56:34 +0100 Subject: [PATCH] Typo: vector-values -> vector-valued --- 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 # ========