Skip to content

Commit 0fb6238

Browse files
committed
fix typo
1 parent 6cc2675 commit 0fb6238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyDataverse/classgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def process_name(attr_name, common_part):
405405
if len(attr_name) == 0:
406406
raise ValueError("Attribute name cannot be empty.")
407407

408-
# If the first letter is not aplhabet, append an underscore
408+
# If the first letter is not from the alphabet, append an underscore
409409
if attr_name[0].isnumeric():
410410
# Convert number to word
411411
mapping = {

0 commit comments

Comments
 (0)