Skip to content

Commit 546da7e

Browse files
authored
chore: remove stray ~.s from the docs (#553)
1 parent f368714 commit 546da7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/dbus_fast/proxy_object.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ class BaseProxyObject:
236236
:vartype introspection: :class:`Node <dbus_fast.introspection.Node>`
237237
:ivar bus: The message bus this proxy object is connected to.
238238
:vartype bus: :class:`BaseMessageBus <dbus_fast.message_bus.BaseMessageBus>`
239-
:ivar ~.ProxyInterface: The proxy interface class this proxy object uses.
240-
:vartype ~.ProxyInterface: Type[:class:`BaseProxyInterface <dbus_fast.proxy_object.BaseProxyObject>`]
239+
:ivar ProxyInterface: The proxy interface class this proxy object uses.
240+
:vartype ProxyInterface: Type[:class:`BaseProxyInterface <dbus_fast.proxy_object.BaseProxyInterface>`]
241241
:ivar child_paths: A list of absolute object paths of the children of this object.
242242
:vartype child_paths: list(str)
243243

src/dbus_fast/signature.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class SignatureType: # noqa: PLW1641
1414
This class is not meant to be constructed directly. Use the :class:`SignatureTree`
1515
class to parse signatures.
1616
17-
:ivar ~.signature: The signature of this complete type.
18-
:vartype ~.signature: str
17+
:ivar signature: The signature of this complete type.
18+
:vartype signature: str
1919
2020
:ivar children: A list of child types if this is a container type. Arrays \
2121
have one child type, dict entries have two child types (key and value), and \
@@ -349,8 +349,8 @@ class SignatureTree: # noqa: PLW1641
349349
:ivar types: A list of parsed complete types.
350350
:vartype types: list(:class:`SignatureType`)
351351
352-
:ivar ~.signature: The signature of this signature tree.
353-
:vartype ~.signature: str
352+
:ivar signature: The signature of this signature tree.
353+
:vartype signature: str
354354
355355
:ivar root_type: The root type of this signature tree.
356356
:vartype root_type: :class:`SignatureType

0 commit comments

Comments
 (0)