Skip to content

Commit bd80f73

Browse files
authored
Fix newline in docstring (#916)
* Fix newline in docstring * Fix spacing
1 parent cf01c46 commit bd80f73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphdatascience/graph_data_science.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ def __init__(
6868
arrow_disable_server_verification : bool, default True
6969
.. deprecated:: 1.16
7070
Use arrow_client_options instead
71+
7172
A flag that overrides other TLS settings and disables server verification for TLS connections.
7273
arrow_tls_root_certs : Optional[bytes], default None
7374
.. deprecated:: 1.16
7475
Use arrow_client_options instead
76+
7577
PEM-encoded certificates that are used for the connection to the
7678
GDS Arrow Flight server.
7779
bookmarks : Optional[Any], default None

0 commit comments

Comments
 (0)