Skip to content

Commit

Permalink
Improves punctuation. re #1234
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jan 31, 2019
1 parent 85adef2 commit 2a58122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arches/app/datatypes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def validate(self, value, row_number=None, source=None):
def append_to_document(self, document, nodevalue, nodeid, tile, provisional=False):
"""
Assigns a given node value to the corresponding key in a document in
in preparation to index the document
in preparation to index the document.
"""
pass

Expand Down Expand Up @@ -306,4 +306,4 @@ def from_rdf(self, json_ld_node):
print json_ld_node
# expects a node taken from an expanded json-ld graph
# returns the value, or None if no "@value" key is found
raise NotImplementedError
raise NotImplementedError

0 comments on commit 2a58122

Please sign in to comment.