From b12bde4f79bd4e6784b1a18f6c0852ceb9fe6e29 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 19 Jun 2016 23:31:52 -0700 Subject: [PATCH] Fix apostrophe in Arnold quote --- plexpy/webserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/webserve.py b/plexpy/webserve.py index 667af5af..21011577 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -4202,7 +4202,7 @@ class WebInterface(object): 'Can you hurry up. My horse is getting tired.', 'What killed the dinosaurs? The Ice Age!', 'That\'s for sleeping with my wife!', - 'Remember when I said I’d kill you last... I lied!', + 'Remember when I said I\'d kill you last... I lied!', 'You want to be a farmer? Here\'s a couple of acres', 'Now, this is the plan. Get your ass to Mars.', 'I just had a terrible thought... What if this is a dream?'