We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38c592 commit dd7a07cCopy full SHA for dd7a07c
1 file changed
documentation/index.md
@@ -33,7 +33,7 @@ The code for the library is [here](https://github.com/OCHA-DAP/hdx-python-utilit
33
The library has detailed API documentation which can be found in the menu at the top.
34
35
## Breaking Changes
36
-From 4.0.1, Library is Path aware. The following methods return Path not str:
+From 4.0.1, Library is Path aware. The following methods return Path not str:
37
download_file, get_path_for_url, stream_path, get_temp_dir, script_dir_plus_file,
38
script_dir. The context managers in hdx.utilities.path where they yield a path
39
do so as a Path object not a str.
0 commit comments