We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc2675 commit 0fb6238Copy full SHA for 0fb6238
easyDataverse/classgen.py
@@ -405,7 +405,7 @@ def process_name(attr_name, common_part):
405
if len(attr_name) == 0:
406
raise ValueError("Attribute name cannot be empty.")
407
408
- # If the first letter is not aplhabet, append an underscore
+ # If the first letter is not from the alphabet, append an underscore
409
if attr_name[0].isnumeric():
410
# Convert number to word
411
mapping = {
0 commit comments