From 10538893169605e0e076f99f30b5caa2c4bdd3b4 Mon Sep 17 00:00:00 2001 From: Christina Lee Date: Fri, 13 Sep 2024 17:01:26 -0400 Subject: [PATCH] Update doc/development/deprecations.rst Co-authored-by: Mudit Pandey --- doc/development/deprecations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development/deprecations.rst b/doc/development/deprecations.rst index bcfa060fe02..c91979963a9 100644 --- a/doc/development/deprecations.rst +++ b/doc/development/deprecations.rst @@ -9,8 +9,8 @@ deprecations are listed below. Pending deprecations -------------------- -* `Device`, `QubitDevice`, and `QutritDevice` will no longer be imported top level in v0.40. They instead - we be available as `qml.devices.LegacyDevice`, `qml.devices.QubitDevice`, and `qml.devices.QutritDevice` +* ``Device``, ``QubitDevice``, and ``QutritDevice`` will no longer be imported top level in v0.40. They instead + we be available as ``qml.devices.LegacyDevice``, ``qml.devices.QubitDevice``, and ``qml.devices.QutritDevice`` respectively. - Deprecated top level access in v0.39