Skip to content

Commit

Permalink
restore backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Dec 21, 2024
1 parent 768cb37 commit 40ab672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/richardsheridan/trio-parallel/issues/328>`__)
- The behavior of the default context is now fully configurable, superseding ``atexit_shutdown_grace_period`` (`#328 <https://github.com/richardsheridan/trio-parallel/issues/328>`__)


Bugfixes
Expand Down Expand Up @@ -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 <https://github.com/richardsheridan/trio-parallel/issues/108>`__)
a new top level function ``atexit_shutdown_grace_period``. (`#108 <https://github.com/richardsheridan/trio-parallel/issues/108>`__)
- :func:`open_worker_context` gained a new argument, ``init``, and ``retire`` is no longer
called before the first job in the worker. (`#110 <https://github.com/richardsheridan/trio-parallel/issues/110>`__)

Expand Down

0 comments on commit 40ab672

Please sign in to comment.