@@ -69,7 +69,7 @@ class UuidRepresentation:
6969 code. When decoding a BSON binary field with a UUID subtype, a
7070 :class:`~bson.binary.Binary` instance will be returned instead of a
7171 :class:`uuid.UUID` instance.
72-
72+
7373 See :ref:`unspecified-representation-details` for details.
7474
7575 .. versionadded:: 3.11
@@ -81,7 +81,7 @@ class UuidRepresentation:
8181 :class:`uuid.UUID` instances will automatically be encoded to
8282 and decoded from BSON binary, using RFC-4122 byte order with
8383 binary subtype :data:`UUID_SUBTYPE`.
84-
84+
8585 See :ref:`standard-representation-details` for details.
8686
8787 .. versionadded:: 3.11
@@ -93,7 +93,7 @@ class UuidRepresentation:
9393 :class:`uuid.UUID` instances will automatically be encoded to
9494 and decoded from BSON binary, using RFC-4122 byte order with
9595 binary subtype :data:`OLD_UUID_SUBTYPE`.
96-
96+
9797 See :ref:`python-legacy-representation-details` for details.
9898
9999 .. versionadded:: 3.11
@@ -105,7 +105,7 @@ class UuidRepresentation:
105105 :class:`uuid.UUID` instances will automatically be encoded to
106106 and decoded from BSON binary subtype :data:`OLD_UUID_SUBTYPE`,
107107 using the Java driver's legacy byte order.
108-
108+
109109 See :ref:`java-legacy-representation-details` for details.
110110
111111 .. versionadded:: 3.11
@@ -117,7 +117,7 @@ class UuidRepresentation:
117117 :class:`uuid.UUID` instances will automatically be encoded to
118118 and decoded from BSON binary subtype :data:`OLD_UUID_SUBTYPE`,
119119 using the C# driver's legacy byte order.
120-
120+
121121 See :ref:`csharp-legacy-representation-details` for details.
122122
123123 .. versionadded:: 3.11
0 commit comments