Skip to content

Commit

Permalink
minor fix to broken link in documentation (#3819) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ramananbalakrishnan authored and ines committed Jun 4, 2019
1 parent 436a578 commit eb12703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/usage/processing-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ components. spaCy then does the following:
`Language` class contains the shared vocabulary, tokenization rules and the
language-specific annotation scheme.
2. Iterate over the **pipeline names** and create each component using
[`create_pipe`](/api/anguage#create_pipe), which looks them up in
[`create_pipe`](/api/language#create_pipe), which looks them up in
`Language.factories`.
3. Add each pipeline component to the pipeline in order, using
[`add_pipe`](/api/language#add_pipe).
Expand Down

0 comments on commit eb12703

Please sign in to comment.