Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Better field description after review
Browse files Browse the repository at this point in the history
  • Loading branch information
radkomateusz committed Jul 27, 2018
1 parent a6a5083 commit d8f4174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backup/datastore/Backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Backup(ndb.Model):

# date of last modification which could be included in Backup
# date of last modification that will be included in the Backup
# (copyJob start time - as it is atomic operation
# and every change before that point is included in copy)
last_modified = ndb.DateTimeProperty(indexed=True)
Expand Down

0 comments on commit d8f4174

Please sign in to comment.