Skip to content

Commit 3a725f5

Browse files
zyvKarolJagodzinski
authored andcommitted
Fix typo in settings.py message text
Hopefully, *cop**y**ing*, not just *coping* with the base class :)
1 parent 7648acf commit 3a725f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ariadne_codegen/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def used_settings_message(self) -> str:
175175
Generating package into '{self.target_package_path}'.
176176
Using '{self.client_name}' as client name.
177177
Using '{self.base_client_name}' as base client class.
178-
Coping base client class from '{self.base_client_file_path}'.
178+
Copying base client class from '{self.base_client_file_path}'.
179179
Generating enums into '{self.enums_module_name}.py'.
180180
Generating inputs into '{self.input_types_module_name}.py'.
181181
Generating fragments into '{self.fragments_module_name}.py'.

0 commit comments

Comments
 (0)