mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Edit comment
This commit is contained in:
parent
dd1678eab3
commit
c9251d79e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user