Skip to content

Commit 91966b1

Browse files
committed
Ref manual: Fix broken link
1 parent 1d7b2a9 commit 91966b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taipy/core/notification/registration_id.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
from typing import NewType
1313

1414
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^`."""
15+
"""Registration identifier. It can be used to instantiate a `CoreEventConsumerBase`."""
16+
RegistrationId.__doc__ = """Registration identifier. It can be used to instantiate a `CoreEventConsumerBase`."""

0 commit comments

Comments
 (0)