From 4f7c1dcdae95fee7d9b10e95cabe60f96058c50e Mon Sep 17 00:00:00 2001 From: Sultan Iman Date: Tue, 2 Apr 2024 17:03:27 +0200 Subject: [PATCH] Update docstrings --- dlt/destinations/impl/filesystem/configuration.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlt/destinations/impl/filesystem/configuration.py b/dlt/destinations/impl/filesystem/configuration.py index 1d76cd0e8d..94109c541b 100644 --- a/dlt/destinations/impl/filesystem/configuration.py +++ b/dlt/destinations/impl/filesystem/configuration.py @@ -44,10 +44,10 @@ def resolve_credentials_type(self) -> Type[CredentialsConfiguration]: def on_resolved(self) -> None: """Resolve configuration for filesystem destination - The following three variables will override the ones - if supplied via filesystem(...) constructor, additionally - we merge extra_params if provided and when provided via - the constructor it will take the priority over config.toml values + The following three variables will override the ones from configuration + if supplied via `filesystem(...)` constructor, additionally + when provided `extra_params` will be merged with the values from configuration + however provided values will always override config.toml. * current_datetime, * datetime_format,