Skip to content

Commit

Permalink
Update ln.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjurg authored Oct 30, 2024
1 parent b74cdae commit f957188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/ln.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Given that the Louw-Nida feature may contain multiple classifications, using a r
# The preceding 'r' before the template allows for a raw strings, preventing Python from altering the regex.
findLouwNida =r'''
phrase
word ln~(^|\s)49[.]5($|\s)
word ln~\b49[.]5\b
'''
louwNidaResults=A.search(findLouwNida)
```
Expand Down

0 comments on commit f957188

Please sign in to comment.