Basic Example
try:
<code>
diff --git a/pdf/remove_links.py b/pdf/remove_links.py
index 36c27b6..2ad1bc8 100755
--- a/pdf/remove_links.py
+++ b/pdf/remove_links.py
@@ -14,7 +14,7 @@ MATCHES = {
'Objects returned by the itertools module, such as count, repeat and cycle.': 'Objects returned by the itertools module, such as count, repeat and cycle (p. 3).',
'Generators returned by the generator functions and generator expressions.': 'Generators returned by the generator functions (p. 4) and generator expressions (p. 11).',
'File objects returned by the open() function, etc.': 'File objects returned by the open() function (p. 22), etc.',
- 'Another solution in this particular case is to use built-in functions and_() and or_() from the module operator.': 'Another solution in this particular case is to use built-in functions and_() and or_() from the module operator (p. 31).',
+ 'Another solution in this particular case is to use functions and_() and or_() from the module operator.': 'Another solution in this particular case is to use functions and_() and or_() from the module operator (p. 31).',
'Functions report OS related errors by raising either OSError or one of its subclasses.': 'Functions report OS related errors by raising OSError or one of its subclasses (p. 23).',
'Bools will be stored and returned as ints and dates as ISO formatted strings.': 'Bools will be stored and returned as ints and dates as ISO formatted strings (p. 9).',
'Asyncio module also provides its own Queue, Event, Lock and Semaphore classes.': 'Asyncio module also provides its own Queue, Event, Lock and Semaphore classes (p. 30).',