diff --git a/content/parallel.rst b/content/parallel.rst index 341fb91c..2986ef53 100644 --- a/content/parallel.rst +++ b/content/parallel.rst @@ -498,9 +498,9 @@ See also * `Thinking about Concurrency, Raymond Hettinger `__. Good introduction to simple and safe concurrent code. -* `Introduction to Numba and Cython `__. -* `More detailed exposition of parallel computing in Python `__. -* `Introduction to Dask for scalable analytics `__. +* `Introduction to Numba and Cython `__. +* `More detailed exposition of parallel computing in Python `__. +* `Introduction to Dask for scalable analytics `__. .. keypoints::