From 0635ee6cecc71c7e78e6ff456de506dc0a93cae9 Mon Sep 17 00:00:00 2001 From: gk Date: Wed, 17 Aug 2016 10:27:52 -0400 Subject: [PATCH] Replace utf8 character ' with its ascii counterpart, makes bdist_rpm.py happy on centos7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 179f2891a..e1e252609 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ You may also want to [follow the author on Twitter][twitter]. # Security -If you believe you’ve found something in Django REST framework which has security implications, please **do not raise the issue in a public forum**. +If you believe you've found something in Django REST framework which has security implications, please **do not raise the issue in a public forum**. Send a description of the issue via email to [rest-framework-security@googlegroups.com][security-mail]. The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure.