Skip to content

Commit eee7985

Browse files
chore: Correct example syntax in Client constructor (#436)
#428 fixed most of the odd quotes but I saw this one was left
1 parent 30ba04f commit eee7985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __init__(self, url: str) -> None:
105105
106106
Examples
107107
--------
108-
Client("https://connect.example.com)
108+
Client("https://connect.example.com")
109109
"""
110110

111111
@overload

0 commit comments

Comments
 (0)