Skip to content

Commit f503824

Browse files
committed
Add formatting to module names
1 parent 908206c commit f503824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/about/changelog.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Unreleased
4040
fragment to conditionally render an element by writing
4141
``something if condition else html._()``. Now you can simply write
4242
``something if condition else None``.
43-
- :pull:`1210` - Move hooks from `reactpy.backend.hooks` into `reactpy.core.hooks`.
43+
- :pull:`1210` - Move hooks from ``reactpy.backend.hooks`` into ``reactpy.core.hooks``.
4444

4545
**Deprecated**
4646

4747
- :pull:`1171` - The ``Stop`` exception. Recent releases of ``anyio`` have made this
4848
exception difficult to use since it now raises an ``ExceptionGroup``. This exception
4949
was primarily used for internal testing purposes and so is now deprecated.
50-
- :pull:`1210` - Deprecate `reactpy.backend.hooks` since the hooks have been moved into
51-
`reactpy.core.hooks`.
50+
- :pull:`1210` - Deprecate ``reactpy.backend.hooks`` since the hooks have been moved into
51+
``reactpy.core.hooks``.
5252

5353

5454
v1.0.2

0 commit comments

Comments
 (0)