@@ -371,10 +371,10 @@ def __init__(
371371 maker
372372 The `FunctionMaker` that created this instance.
373373 trust_input : bool, default False
374- If True, no input validation checks are performed when the function is
374+ If True, no input validation checks are performed when the function is
375375 called. This includes checking the number of inputs, their types and
376376 that multiple inputs are not aliased to each other. Failure to meet any
377- of these conditions can lead to computational errors or to the
377+ of these conditions can lead to computational errors or to the
378378 interpreter crashing.
379379 name
380380 A string name.
@@ -1311,10 +1311,10 @@ class FunctionMaker:
13111311 An optional name for this function. If used, the profile mode will
13121312 print the time spent in this function.
13131313 trust_input : bool, default False
1314- If True, no input validation checks are performed when the function is
1314+ If True, no input validation checks are performed when the function is
13151315 called. This includes checking the number of inputs, their types and
13161316 that multiple inputs are not aliased to each other. Failure to meet any
1317- of these conditions can lead to computational errors or to the
1317+ of these conditions can lead to computational errors or to the
13181318 interpreter crashing.
13191319 """
13201320
@@ -1752,10 +1752,10 @@ def orig_function(
17521752 An existing `FunctionGraph` to use instead of constructing a new one
17531753 from cloned `outputs`.
17541754 trust_input : bool, default False
1755- If True, no input validation checks are performed when the function is
1755+ If True, no input validation checks are performed when the function is
17561756 called. This includes checking the number of inputs, their types and
17571757 that multiple inputs are not aliased to each other. Failure to meet any
1758- of these conditions can lead to computational errors or to the
1758+ of these conditions can lead to computational errors or to the
17591759 interpreter crashing.
17601760 """
17611761
0 commit comments