Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct spell problems
  • Loading branch information
troopa81 committed Jan 11, 2019
1 parent 06bf5a9 commit 99076c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_spatialite.py
Expand Up @@ -763,7 +763,7 @@ def testPKNotInt(self):
con = spatialite_connect(dbname, isolation_level=None)
cur = con.cursor()

# try the two differents types of index creation
# try the two different types of index creation
for index_creation_method in ['CreateSpatialIndex', 'CreateMbrCache']:

table_name = "pk_is_string_{}".format(index_creation_method)
Expand Down

0 comments on commit 99076c9

Please sign in to comment.