Skip to content

Commit 1e78477

Browse files
alexfiklinducer
authored andcommitted
fix: some newly surfaced typos
1 parent 58c9b4e commit 1e78477

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arraycontext/impl/jax/fake_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _full_like_array(self,
9494

9595
# }}}
9696

97-
# {{{ array manipulation routies
97+
# {{{ array manipulation routines
9898

9999
def ravel(self, a: ArrayOrContainerOrScalar, order="C"):
100100
"""

arraycontext/impl/pytato/outline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _get_arg_id_to_arg(
6464
kwargs: Mapping[str, ArrayOrContainerOrScalar | None]
6565
) -> immutabledict[tuple[SerializationKey, ...], pt.Array]:
6666
"""
67-
Helper for :meth:`OulinedCall.__call__`. Extracts mappings from argument id
67+
Helper for :meth:`OutlinedCall.__call__`. Extracts mappings from argument id
6868
to argument values. See
6969
:attr:`CompiledFunction.input_id_to_name_in_function` for argument-id's
7070
representation.
@@ -120,7 +120,7 @@ def _get_arg_id_to_placeholder(
120120
prefix: str | None = None
121121
) -> immutabledict[tuple[SerializationKey, ...], pt.Placeholder]:
122122
"""
123-
Helper for :meth:`OulinedCall.__call__`. Constructs a :class:`pytato.Placeholder`
123+
Helper for :meth:`OutlinedCall.__call__`. Constructs a :class:`pytato.Placeholder`
124124
for each argument in *arg_id_to_arg*. See
125125
:attr:`CompiledFunction.input_id_to_name_in_function` for argument-id's
126126
representation.

0 commit comments

Comments
 (0)