Skip to content

Commit dd7a07c

Browse files
committed
Convert to Path
1 parent a38c592 commit dd7a07c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The code for the library is [here](https://github.com/OCHA-DAP/hdx-python-utilit
3333
The library has detailed API documentation which can be found in the menu at the top.
3434

3535
## Breaking Changes
36-
From 4.0.1, Library is Path aware. The following methods return Path not str:
36+
From 4.0.1, Library is Path aware. The following methods return Path not str:
3737
download_file, get_path_for_url, stream_path, get_temp_dir, script_dir_plus_file,
3838
script_dir. The context managers in hdx.utilities.path where they yield a path
3939
do so as a Path object not a str.

0 commit comments

Comments
 (0)