mirror of
https://github.com/balkian/keepit.git
synced 2024-12-22 06:18:11 +00:00
Minor README update
This commit is contained in:
parent
96134709bb
commit
268d13ca2b
@ -10,7 +10,7 @@ In other words, it records the results of important functions between executions
|
|||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
|
||||||
```
|
```python
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
from keepit import keepit
|
from keepit import keepit
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ expensive_function(number=1)
|
|||||||
# Files are specific to each parameter execution,
|
# Files are specific to each parameter execution,
|
||||||
# so this will again take a long time:
|
# so this will again take a long time:
|
||||||
expensive_function(number=42)
|
expensive_function(number=42)
|
||||||
# After this, we should have two files, one for number=1,
|
# After this, we should have two files: one for number=1,
|
||||||
# and another one for number=42.
|
# and another one for number=42.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user