From edd5dfb397833405422a5b4e718d72b411567ac0 Mon Sep 17 00:00:00 2001 From: bleudev Date: Sat, 29 Jun 2024 15:54:08 +0300 Subject: [PATCH] =?UTF-8?q?fix=20things=20from=20review=20=E2=84=965?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/github/download.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/github/download.md b/examples/github/download.md index 5859ede..a4da0ff 100644 --- a/examples/github/download.md +++ b/examples/github/download.md @@ -37,7 +37,7 @@ You can use `download_file()` function, `ufpy.github.download.file()` function (they're the same, but with different names) and `UGithubDownloader.download_file()` method. > [!NOTE] -> You can use any iterable of strings in `download_file()` function for downloading several files. +> You can use any iterable of strings in the `download_file()` function to download several files. > In `UGithubDownloader`, there is a `download_files()` method. One file: @@ -71,7 +71,7 @@ You can use `download_folder()` function, `ufpy.github.download.folder()` functi > [!NOTE] > You can use any iterable of strings in `download_folder()` function for downloading several folders. -> In `UGithubDownloader` there are `download_folders()` method. +> In `UGithubDownloader`, there is a `download_folders()` method. One folder: ```python @@ -117,6 +117,6 @@ After changing `` to your username and running this code you'll get this: > [!NOTE] > The repository code shown reflects the state before merging pull request > [#37](https://github.com/honey-team/ufpy/pull/37). -> When this pull request was merged, repository was changed. +> When this pull request was merged, the repository was changed. ![Download all repository](.assets/download5.png)