File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments