@@ -196,7 +196,7 @@ def __init__(
196
196
matched with the server. This value is ignored if the
197
197
ssl_server_dn_match parameter is not set to the value True. If
198
198
specified this value is used for any verfication. Otherwise the
199
- hostname will be used. (default: None)
199
+ hostname will be used (default: None)
200
200
201
201
- wallet_location: the directory where the wallet can be found. In thin
202
202
mode this must be the directory containing the PEM-encoded wallet
@@ -229,7 +229,7 @@ def __init__(
229
229
230
230
- matchanytag: boolean specifying whether any tag can be used when
231
231
acquiring a connection from the pool. This value is only used in
232
- thick mode. (default: False)
232
+ thick mode (default: False)
233
233
234
234
- config_dir: directory in which the optional tnsnames.ora
235
235
configuration file is located. This value is only used in thin mode.
@@ -540,7 +540,7 @@ def machine(self) -> str:
540
540
def matchanytag (self ) -> bool :
541
541
"""
542
542
Boolean specifying whether any tag can be used when acquiring a
543
- connection from the pool. This value is only used in thick mode..
543
+ connection from the pool. This value is only used in thick mode.
544
544
"""
545
545
return self ._impl .matchanytag
546
546
@@ -695,7 +695,7 @@ def ssl_server_cert_dn(self) -> Union[list, str]:
695
695
The distinguished name (DN) which should be matched with the server.
696
696
This value is ignored if the ssl_server_dn_match parameter is not set
697
697
to the value True. If specified this value is used for any verfication.
698
- Otherwise the hostname will be used..
698
+ Otherwise the hostname will be used.
699
699
"""
700
700
return [
701
701
d .ssl_server_cert_dn for d in self ._impl .description_list .children
@@ -998,7 +998,7 @@ def set(
998
998
matched with the server. This value is ignored if the
999
999
ssl_server_dn_match parameter is not set to the value True. If
1000
1000
specified this value is used for any verfication. Otherwise the
1001
- hostname will be used.
1001
+ hostname will be used
1002
1002
1003
1003
- wallet_location: the directory where the wallet can be found. In thin
1004
1004
mode this must be the directory containing the PEM-encoded wallet
@@ -1029,7 +1029,7 @@ def set(
1029
1029
1030
1030
- matchanytag: boolean specifying whether any tag can be used when
1031
1031
acquiring a connection from the pool. This value is only used in
1032
- thick mode.
1032
+ thick mode
1033
1033
1034
1034
- config_dir: directory in which the optional tnsnames.ora
1035
1035
configuration file is located. This value is only used in thin mode.
0 commit comments