Skip to content

Commit

Permalink
Update serial.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bxdd authored and you-n-g committed Feb 5, 2021
1 parent ca6c2ff commit 6a67082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/serial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Serializable Class
========================

``Qlib`` provides a base class ``qlib.utils.serial.Serializable``, whose state can be dumped into or loaded from disk in `pickle` format.
When users dump the state of the ``Serializable`` instance, the attributes of the instance whose name **does not** start with `_` will be saved on the disk.
When users dump the state of a ``Serializable`` instance, the attributes of the instance whose name **does not** start with `_` will be saved on the disk.

Example
==========================
Expand Down

0 comments on commit 6a67082

Please sign in to comment.