Fix capital and punctuation.

This commit is contained in:
Ruben Vermeersch 2014-01-22 14:22:03 +01:00
parent 136b969adb
commit c58333c4d1

View File

@ -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