diff --git a/docs/source/history.rst b/docs/source/history.rst index 764256e..f42a886 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -55,7 +55,7 @@ trio-parallel 1.2.0 (2022-10-29) Features ~~~~~~~~ -- The behavior of the default context is now fully configurable, superseding `atexit_shutdown_grace_period` (`#328 `__) +- The behavior of the default context is now fully configurable, superseding ``atexit_shutdown_grace_period`` (`#328 `__) Bugfixes @@ -141,7 +141,7 @@ Features - Added configuration options for the grace periods permitted to worker caches upon shutdown. This includes a new keyword argument for :func:`open_worker_context` and - a new top level function :func:`atexit_shutdown_grace_period`. (`#108 `__) + a new top level function ``atexit_shutdown_grace_period``. (`#108 `__) - :func:`open_worker_context` gained a new argument, ``init``, and ``retire`` is no longer called before the first job in the worker. (`#110 `__)