Fix qhelp typo while converting to python's regex injection

This commit is contained in:
jorgectf
2021-03-27 20:29:11 +01:00
parent d49c23fe67
commit d4a89b2fd8

View File

@@ -31,7 +31,7 @@
<code>re.escape</code>. This ensures that the user cannot insert characters which have a
special meaning in regular expressions.
</p>
<sample src="examples/re_good.py" />
<sample src="unit_tests/re_good.py" />
</example>
<references>