From 694d0944830fd6f97e59f6ad3a70536ce2a41417 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sun, 1 Sep 2024 13:43:00 -0700 Subject: [PATCH] Fixed another indentation issue. --- peps/pep-0747.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/peps/pep-0747.rst b/peps/pep-0747.rst index 16af0ffdbbf..1f32e65760f 100644 --- a/peps/pep-0747.rst +++ b/peps/pep-0747.rst @@ -110,6 +110,7 @@ would benefit from ``TypeForm``: .. _isa: https://github.com/xdslproject/xdsl/blob/ac12c9ab0d64618475efb98d1d197bdd79f593c3/xdsl/utils/hints.py#L23 - Converters: + - If a value is assignable to (or coercible to) a specified type, a *converter* returns the value narrowed to (or coerced to) that type. Otherwise, an exception is raised.