Skip to content

Commit 2332c5c

Browse files
committed
Docstring fix (5.2_x -> 5.2.x)
1 parent c93ddf0 commit 2332c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings/_download_clients_qbit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def extract_sid(cookie_jar: RequestsCookieJar) -> dict[str, str]:
115115
Extract the SID or dynamic QBIT_SID_<WEB_UI_PORT>.
116116
117117
This supports the legacy 'SID' key and the dynamic port-based
118-
naming introduced in qBit 5.2_x.
118+
naming introduced in qBit 5.2.x.
119119
"""
120120
for cookie in cookie_jar:
121121
# Simple, fast, and covers both legacy and new dynamic ports

0 commit comments

Comments
 (0)