@@ -69,7 +69,7 @@ class UuidRepresentation:
69
69
code. When decoding a BSON binary field with a UUID subtype, a
70
70
:class:`~bson.binary.Binary` instance will be returned instead of a
71
71
:class:`uuid.UUID` instance.
72
-
72
+
73
73
See :ref:`unspecified-representation-details` for details.
74
74
75
75
.. versionadded:: 3.11
@@ -81,7 +81,7 @@ class UuidRepresentation:
81
81
:class:`uuid.UUID` instances will automatically be encoded to
82
82
and decoded from BSON binary, using RFC-4122 byte order with
83
83
binary subtype :data:`UUID_SUBTYPE`.
84
-
84
+
85
85
See :ref:`standard-representation-details` for details.
86
86
87
87
.. versionadded:: 3.11
@@ -93,7 +93,7 @@ class UuidRepresentation:
93
93
:class:`uuid.UUID` instances will automatically be encoded to
94
94
and decoded from BSON binary, using RFC-4122 byte order with
95
95
binary subtype :data:`OLD_UUID_SUBTYPE`.
96
-
96
+
97
97
See :ref:`python-legacy-representation-details` for details.
98
98
99
99
.. versionadded:: 3.11
@@ -105,7 +105,7 @@ class UuidRepresentation:
105
105
:class:`uuid.UUID` instances will automatically be encoded to
106
106
and decoded from BSON binary subtype :data:`OLD_UUID_SUBTYPE`,
107
107
using the Java driver's legacy byte order.
108
-
108
+
109
109
See :ref:`java-legacy-representation-details` for details.
110
110
111
111
.. versionadded:: 3.11
@@ -117,7 +117,7 @@ class UuidRepresentation:
117
117
:class:`uuid.UUID` instances will automatically be encoded to
118
118
and decoded from BSON binary subtype :data:`OLD_UUID_SUBTYPE`,
119
119
using the C# driver's legacy byte order.
120
-
120
+
121
121
See :ref:`csharp-legacy-representation-details` for details.
122
122
123
123
.. versionadded:: 3.11
0 commit comments