Fix typos/style issues in documentation

This commit is contained in:
S. Matthew English
2016-10-18 21:49:18 +02:00
committed by Brad Chase
parent bbf52056f9
commit d53d5cfc42
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ class DatumInContext(object):
"""
Represents a datum along a path from a context.
Essentially a zipper but with a structure represented by JsonPath,
Essentially a zipper but with a structure represented by JSONPath,
and where the context is more of a parent pointer than a proper
representation of the context.