From c58333c4d1b87c5243a5f83a82fa4a16a683f476 Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Wed, 22 Jan 2014 14:22:03 +0100 Subject: [PATCH] Fix capital and punctuation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5906c2a..da2b46d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ The `PO` class exposes the following members: * `flags`: A dictionary of the string flags. Each flag is mapped to a key with value true. For instance, a string with the fuzzy flag set will have `item.flags.fuzzy == true`. -* `msgctxt`: context of the message, an arbitrary string, can be used for disambiguation +* `msgctxt`: Context of the message, an arbitrary string, can be used for disambiguation. ## Contributing