Edit comment

This commit is contained in:
Matthew Honnibal 2017-11-11 18:38:32 +01:00 committed by GitHub
parent dd1678eab3
commit c9251d79e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ cdef class StringStore:
def _cleanup_stale_strings(self):
if self.hits.size() == 0:
# If no any hits — just skip cleanup
# If we don't have any hits, just skip cleanup
return
cdef vector[hash_t] tmp