# -*- coding: utf-8 -*-
"""Metaconcepts.

---
layout:     post
source:     Pinker's book on writing
source_url: ???
title:      misuse of scare quotes
date:       2014-06-10 12:31:19
categories: writing
---

Point out misuse of scare quotes.

"""
# from proselint.tools import memoize, existence_check


# @memoize
# def check(text):
#     """Suggest the preferred forms."""
#     err = "pinker.metaconcepts"
#     msg = "Misuse of 'scare quotes'. Delete them."

#     narcissism = [
#         "the 'take-home message'",
#     ]

#     return existence_check(text, narcissism, err, msg)
