Minor language fix

This commit is contained in:
stamparm
2013-03-26 14:11:17 +01:00
parent 3f8dafedae
commit 473a39b820
4 changed files with 4 additions and 4 deletions

View File

@@ -471,7 +471,7 @@ class Agent(object):
def preprocessField(self, table, field):
"""
Does a field preprocessing (if needed) based on it's type (e.g. image to text)
Does a field preprocessing (if needed) based on its type (e.g. image to text)
Note: used primarily in dumping of custom tables
"""