Skip to content

Commit

Permalink
Improve clarity of absolute path (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Oct 28, 2023
1 parent ea2a571 commit 02d0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ If you want to use input data from your local filesystem, just use the `file://`

```python
extract = tldextract.TLDExtract(
suffix_list_urls=["file://absolute/path/to/your/local/suffix/list/file"],
suffix_list_urls=["file://" + "/absolute/path/to/your/local/suffix/list/file"],
cache_dir='/path/to/your/cache/',
fallback_to_snapshot=False)
```
Expand Down

0 comments on commit 02d0e2e

Please sign in to comment.