From f641beedf73ddc3ada4488875fec3c9bfb4da7c9 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Tue, 31 Mar 2015 01:17:59 -0700 Subject: [PATCH] plurals --- boltons/jsonutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boltons/jsonutils.py b/boltons/jsonutils.py index cf828a1..abf3b92 100644 --- a/boltons/jsonutils.py +++ b/boltons/jsonutils.py @@ -2,7 +2,7 @@ """\ This module aims to provide various helpers for working with JSON. Currently it focuses on providing a reliable and intuitive means -of working with JSON Lines-formatted file. +of working with JSON Lines-formatted files. """ import os