Skip to content

Commit 0be7d64

Browse files
Update pytest_postgresql/config.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c2fb53a commit 0be7d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_postgresql/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PostgreSQLConfig:
2828

2929

3030
def get_config(request: FixtureRequest) -> PostgreSQLConfig:
31-
"""Return a dictionary with config options."""
31+
"""Return a PostgreSQLConfig instance with configuration options."""
3232

3333
def get_postgresql_option(option: str) -> Any:
3434
name = "postgresql_" + option

0 commit comments

Comments
 (0)