Skip to content

Commit

Permalink
DOC: Fix the docstrings for ssl. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Dec 15, 2023
1 parent c5bb7ea commit 138c08b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pygeoogc/pygeoogc.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,8 @@ class WMS:
Validate the input arguments from the WMS service, defaults to True. Set this
to False if you are sure all the WMS settings such as layer and crs are correct
to avoid sending extra requests.
ssl : bool or SSLContext, optional
SSLContext to use for the connection, defaults to None. Set to False to disable
SSL certification verification.
ssl : bool, optional
Whether to use SSL for the connection, defaults to ``True``.
"""

def __init__(
Expand Down

0 comments on commit 138c08b

Please sign in to comment.