-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
- BUG037.
- Name and path of the file in which the fix is proposed (e.g.
source/BUG/strings.py). - Reason for the fix: is_alpha should check if all characters in the string are alphabetic, not if the entire string is alphabetic..
- Proposed changes: write s.isalpha(argument) instead of the previous function
Metadata
Metadata
Assignees
Labels
No labels