mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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):
|
def _cleanup_stale_strings(self):
|
||||||
if self.hits.size() == 0:
|
if self.hits.size() == 0:
|
||||||
# If no any hits — just skip cleanup
|
# If we don't have any hits, just skip cleanup
|
||||||
return
|
return
|
||||||
|
|
||||||
cdef vector[hash_t] tmp
|
cdef vector[hash_t] tmp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user