Skip to content

Commit 242d3d4

Browse files
committed
Fix readme example
1 parent 6435204 commit 242d3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python's Re and/or Regex. The supported back references actually vary depending
1515
used as the engine may already have support for some.
1616

1717
```python
18-
from backrefs import bre
18+
>>> from backrefs import bre
1919
>>> pattern = bre.compile(r'(\p{Letter}+)')
2020
>>> pattern.sub(r'\C\1\E', 'sometext')
2121
'SOMETEXT'

0 commit comments

Comments
 (0)