Skip to content

Commit

Permalink
Fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg authored Dec 11, 2023
1 parent 63367fa commit e2f3ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy_llm/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def initialize(self, vocab: Vocab, task: LLMTask) -> None:
"""
Initialize cache with data not available at construction time.
vocab (Vocab): Vocab object.
task (ShardingLLMTask): Task.
task (LLMTask): Task.
"""
self._vocab = vocab
if isinstance(task, PromptTemplateProvider):
Expand Down

0 comments on commit e2f3ad8

Please sign in to comment.