From 4ae2875a2e756ece827f400d3da296cdc4bc41a9 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Mon, 17 Jul 2023 20:21:27 +0300 Subject: [PATCH] typos update Signed-off-by: Alexander Piskun --- .github/workflows/analysis-coverage.yml | 2 +- docs/index.rst | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 53aedb7e..28749aa1 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -442,7 +442,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: 3.12.0-beta.3 + python-version: "3.12-dev" - name: Checkout server uses: actions/checkout@v3 diff --git a/docs/index.rst b/docs/index.rst index 0ae623f2..6c2fc9dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,11 +15,12 @@ Overview ======== The main goal of this project is to provide a fast and easy way to develop and deploy Python applications for Nextcloud. -Option to use it as a client library is a beneficial side effect. -The code is unified, and the code base for both modes is the same. Tests are carried out for both modes. +The option to use it as a client library is a beneficial side effect. +The code is unified, and the codebase for both modes is the same. Tests are carried out for both modes. -If you have any questions or corrections to the documentation, -we would be glad to address your questions in discussions, corrections in pull requests, and complex problems in issues. +If you have any questions or corrections regarding the documentation, +we would be glad to address them in discussions, incorporate corrections through pull requests, +and handle complex problems through issues. Have a great time with Python and Nextcloud!