Skip to content

Commit 02b95cc

Browse files
committed
Fix bold/link combination
1 parent 35cc20d commit 02b95cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,6 @@ All of the patterns here may be used over multiple processes using the
266266
module. Multiple processes will scale significantly better than multiple
267267
threads will, so if high throughput is your goal, consider this option.
268268

269-
Just be sure to **never share any :class:`~.Cluster`, :class:`~.Session`,
270-
or :class:`~.ResponseFuture` objects across multiple processes**. These
269+
Just be sure to **never share any** :class:`~.Cluster`, :class:`~.Session`,
270+
**or** :class:`~.ResponseFuture` **objects across multiple processes**. These
271271
objects should all be created after forking the process, not before.

0 commit comments

Comments
 (0)