From 781e331ff0a613af199606d6e37f99a120a9b121 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 24 Mar 2020 23:29:47 +0100 Subject: [PATCH] See Also note in conversion in casting chapter updated --- docs/framework/conversions_and_casting.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/framework/conversions_and_casting.rst b/docs/framework/conversions_and_casting.rst index 5db90c59..235848d7 100644 --- a/docs/framework/conversions_and_casting.rst +++ b/docs/framework/conversions_and_casting.rst @@ -90,6 +90,6 @@ once and leave the rest intact: .. seealso:: - It is possible to extend above "integral" vs "floating-point" logic for conversions - and casting rules to custom representation types. For more information please refer - to the :ref:`Customization points` chapter. + For more information on conversion and casting and on how to extend the above "integral" + vs "floating-point" logic please refer to the :ref:`Using Custom Representation Types` + chapter.