Skip to content

Commit 10fb811

Browse files
committed
Fix comment in DPB
1 parent 29603a5 commit 10fb811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebird/driver/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def __init__(self, *, user: str=None, password: str=None, role: str=None,
414414
):
415415
# Available options:
416416
# AuthClient, WireCryptPlugin, Providers, ConnectionTimeout, WireCrypt,
417-
# WireConpression, DummyPacketInterval, RemoteServiceName, RemoteServicePort,
417+
# WireCompression, DummyPacketInterval, RemoteServiceName, RemoteServicePort,
418418
# RemoteAuxPort, TcpNoNagle, IpcName, RemotePipeName, ClientBatchBuffer [FB4+]
419419
#: Configuration override
420420
self.config: Optional[str] = config

0 commit comments

Comments
 (0)