From ad0d3f7dc278e94b5c42e59e7843b6b78f74d69d Mon Sep 17 00:00:00 2001 From: Mudassir Chapra <37051110+muddi900@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:29:49 +0500 Subject: [PATCH] Fixed the typo in `ExtrinsicTrap` docstring[Issue #825] --- festim/concentration/traps/extrinsic_trap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/festim/concentration/traps/extrinsic_trap.py b/festim/concentration/traps/extrinsic_trap.py index af92bd147..228f0cfe6 100644 --- a/festim/concentration/traps/extrinsic_trap.py +++ b/festim/concentration/traps/extrinsic_trap.py @@ -40,7 +40,7 @@ def __init__( More information can be found at: https://fenicsproject.org/pub/tutorial/html/._ftut1017.html. Defaults to None. preconditioner (str, optional): preconditioning method for the newton solver, - options can be veiwed by print(list_krylov_solver_preconditioners()). + options can be viewed by print(list_krylov_solver_preconditioners()). Defaults to "default". """ super().__init__(k_0, E_k, p_0, E_p, materials, density=None, id=id)