my first PR

This commit is contained in:
arjunthazath 2025-04-22 20:37:42 +05:30
parent c052a16f72
commit 0a0230eea4

View File

@ -1196,7 +1196,8 @@ Don't capture id attribute name here since you can't use it for anything anyway.
Correct:
```python
r'(?:id|ID)=(?P<id>\d+)'
r'(?i)\b id \s* = \s* ["\']?(?P<id>\d+)\b["\']?'
```
Incorrect: