From 01ea31490b6a77499cc034ab7a7ba050d4473ab6 Mon Sep 17 00:00:00 2001 From: nchristensen <11543181+nchristensen@users.noreply.github.com> Date: Tue, 3 May 2022 01:24:04 -0500 Subject: [PATCH] Doc fix https://en.wiktionary.org/wiki/purposely https://en.wiktionary.org/wiki/purposefully --- pytato/transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytato/transform.py b/pytato/transform.py index 04a19f7..5153761 100644 --- a/pytato/transform.py +++ b/pytato/transform.py @@ -349,7 +349,7 @@ class CopyMapperWithExtraArgs(CachedMapper[ArrayOrNames]): Similar to :class:`CopyMapper`, but each mapper method takes extra ``*args``, ``**kwargs`` that are propagated along a path by default. - The logic in :class:`CopyMapper` purposefully does not take the extra + The logic in :class:`CopyMapper` purposely does not take the extra arguments to keep the cost of its each call frame low. """ def __init__(self) -> None: -- GitLab