We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7b2a9 commit 91966b1Copy full SHA for 91966b1
taipy/core/notification/registration_id.py
@@ -12,5 +12,5 @@
12
from typing import NewType
13
14
RegistrationId = NewType("RegistrationId", str)
15
-"""Registration identifier. It can be used to instantiate a `CoreEventConsumerBase^`."""
16
-RegistrationId.__doc__ = """Registration identifier. It can be used to instantiate a `CoreEventConsumerBase^`."""
+"""Registration identifier. It can be used to instantiate a `CoreEventConsumerBase`."""
+RegistrationId.__doc__ = """Registration identifier. It can be used to instantiate a `CoreEventConsumerBase`."""
0 commit comments