diff --git a/README.md b/README.md
index dd5ea9d2f..3f6f13bb7 100644
--- a/README.md
+++ b/README.md
@@ -3586,4 +3586,4 @@ Index
* **Only available in the [PDF](https://transactions.sendowl.com/products/78175486/4422834F/view).**
* **Ctrl+F / ⌘F is usually sufficient.**
* **Searching `'#
'` on the [webpage](https://gto76.github.io/python-cheatsheet/) will limit the search to the titles.**
-* **Click on the title's `'🔗'` symbol to get a link to specific section.**
+* **Click on the title's `'🔗'` to get a link to its section.**
diff --git a/index.html b/index.html
index 0af9b79c7..cc20b6047 100644
--- a/index.html
+++ b/index.html
@@ -2919,7 +2919,7 @@ #Index- Only available in the PDF.
- Ctrl+F / ⌘F is usually sufficient.
- Searching
'#<title>'
will limit the search to the titles.
-- Click on the title's
'#'
symbol to get a link to specific section.
+- Click on the title's
'#'
to get a link to its section.
diff --git a/parse.js b/parse.js
index dc4a9acc8..16488b508 100755
--- a/parse.js
+++ b/parse.js
@@ -337,7 +337,7 @@ const INDEX =
'Only available in the PDF.\n' +
'Ctrl+F / ⌘F is usually sufficient.\n' +
'Searching \'#<title>\'
will limit the search to the titles.\n' +
- 'Click on the title\'s \'#\'
symbol to get a link to specific section.\n';
+ 'Click on the title\'s \'#\'
to get a link to its section.\n';
const DIAGRAM_1_A =
diff --git a/pdf/remove_links.py b/pdf/remove_links.py
index 329238d38..65fec859b 100755
--- a/pdf/remove_links.py
+++ b/pdf/remove_links.py
@@ -8,7 +8,7 @@
MATCHES = {
'For details about sort(), sorted(), min() and max() see sortable.': 'For details about sort(), sorted(), min() and max() see sortable (p. 16).',
- 'Module operator has function itemgetter() that can replace listed lambdas.': 'Module \'operator\' has function itemgetter() that can replace listed lambdas (p. 11, 31).',
+ 'Module operator has function itemgetter() that can replace listed lambdas.': 'Module \'operator\' (p. 31) has function itemgetter() that can replace listed lambdas (p. 11).',
'This text uses the term \'collection\' instead of \'iterable\'. For rationale see collection.': 'This text uses the term \'collection\' instead of \'iterable\'. For rationale see collection (p. 18).',
'Adding \'!r\'
to the expression converts object to string by calling its repr() method.': 'Adding \'!r\'
to the expression converts object to string by calling its repr() method.',
'It can be any callable, but is usually implemented as a function that returns a closure.': 'It can be any callable, but is usually implemented as a function that returns a closure.',