Changes between Initial Version and Version 1 of Ticket #17438, comment 2
- Timestamp:
- Dec 22, 2011, 10:50:24 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17438, comment 2
initial v1 1 That regex isn't about replacing underscores with spaces. As the comment above it mentions, the regex converts InitialCapsto lowercase with spaces.1 That regex isn't about replacing underscores with spaces. As the comment above it mentions, the regex converts `InitialCaps` to lowercase with spaces. 2 2 3 3 As per PEP8: