Skip to content

Commit 7f8cc48

Browse files
committed
docstring style
1 parent a89698e commit 7f8cc48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

material_maker/globals.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ func interpret_file_name(file_name: String, path:="", file_extension:="",additio
236236

237237
return file_name
238238

239-
## Whether light theme (i.e. Default Light) is currently set
239+
## Whether light theme (i.e. Default Light) is currently set.
240240
func is_theme_light() -> bool:
241241
return "light" in main_window.theme.resource_path
242242

243-
## Whether dark theme(i.e. Default Dark or Classic) is currently set
243+
## Whether dark theme(i.e. Default Dark or Classic) is currently set.
244244
func is_theme_dark() -> bool:
245245
return "light" not in main_window.theme.resource_path

0 commit comments

Comments
 (0)