Skip to content

Commit

Permalink
[Documentation] Replace broken URL in _serialization.mdx (#13641)
Browse files Browse the repository at this point in the history
  • Loading branch information
DomHudson authored Sep 30, 2024
1 parent 2f1e7ed commit a61a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/usage/101/_serialization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ progress** – for example, everything that's in your `nlp` object. This means
you'll have to translate its contents and structure into a format that can be
saved, like a file or a byte string. This process is called serialization. spaCy
comes with **built-in serialization methods** and supports the
[Pickle protocol](https://www.diveinto.org/python3/serializing.html#dump).
[Pickle protocol](https://docs.python.org/3/library/pickle.html).

> #### What's pickle?
>
Expand Down

0 comments on commit a61a1d4

Please sign in to comment.