Skip to content

Commit

Permalink
Filter titles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglenister committed Feb 14, 2024
1 parent c7dafa9 commit 6b5f41c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
" person = person.replace(\"DR \", \"\")\n",
" person = person.replace(\"REVEREND \", \"\")\n",
" person = person.replace(\"DOCTOR \", \"\")\n",
" person = person.replace(\"ADVOCATE \", \"\")\n",
" person = person.replace(\"MAJOR GENERAL \", \"\")\n",
" person = person.replace(\"PRINCE \", \"\")\n",
" person = person.replace(\",\", \"\")\n",
" person = person.strip()\n",
"\n",
Expand Down

0 comments on commit 6b5f41c

Please sign in to comment.