We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc2863 commit f3455c4Copy full SHA for f3455c4
protocol.rst
@@ -366,12 +366,12 @@ unstructured (``dist_type`` is ``'u'``)
366
367
* ``one_to_one`` : bool, optional.
368
369
- If not present, shall be equivalent to being present with a `False` value.
+ If not present, shall be equivalent to being present with a ``False`` value.
370
371
- If `False`, indicates that some global indices may be duplicated in two or
+ If ``False``, indicates that some global indices may be duplicated in two or
372
more local ``indices`` buffers.
373
374
- If `True`, a global index shall be located in exactly one local ``indices``
+ If ``True``, a global index shall be located in exactly one local ``indices``
375
buffer.
376
377
0 commit comments