[PR #586] [MERGED] fix typos and grammar #583

Closed
opened 2026-02-26 10:32:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/586
Author: @ThomasWaldmann
Created: 9/4/2025
Status: Merged
Merged: 10/5/2025
Merged by: @ThomasWaldmann

Base: masterHead: typos-grammar


📝 Commits (4)

  • 4a98e0d pyproject.toml: convert to native tox configuration
  • 2ae1cc9 CI: also use requirements.d/dev.txt
  • 2610237 fix typos and grammar
  • 93a2379 manual fixes

📊 Changes

51 files changed (+490 additions, -473 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -1)
📝 CHANGES.rst (+5 -5)
📝 README.rst (+1 -1)
📝 docs/admin.rst (+23 -23)
📝 docs/project.rst (+9 -9)
📝 docs/security.rst (+4 -4)
📝 docs/standards.rst (+1 -1)
📝 docs/user.rst (+22 -23)
📝 pyproject.toml (+34 -22)
📝 requirements.d/dev.txt (+1 -1)
📝 src/nsupdate/__init__.py (+9 -9)
📝 src/nsupdate/accounts/_tests/test_accounts.py (+1 -1)
📝 src/nsupdate/accounts/admin.py (+5 -5)
📝 src/nsupdate/accounts/forms.py (+3 -3)
📝 src/nsupdate/accounts/models.py (+4 -4)
📝 src/nsupdate/accounts/registration_form.py (+7 -7)
📝 src/nsupdate/accounts/urls.py (+2 -2)
📝 src/nsupdate/accounts/views.py (+2 -2)
📝 src/nsupdate/api/__init__.py (+5 -0)
📝 src/nsupdate/api/_tests/test_api.py (+34 -34)

...and 31 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nsupdate-info/nsupdate.info/pull/586 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `typos-grammar` --- ### 📝 Commits (4) - [`4a98e0d`](https://github.com/nsupdate-info/nsupdate.info/commit/4a98e0d599c3c310b543f718b1a6bfad13cfd2d2) pyproject.toml: convert to native tox configuration - [`2ae1cc9`](https://github.com/nsupdate-info/nsupdate.info/commit/2ae1cc97e9434ef5d878ccd55013da078faa9846) CI: also use requirements.d/dev.txt - [`2610237`](https://github.com/nsupdate-info/nsupdate.info/commit/261023735581c90a0fc1b6c4172586ec195b9cc5) fix typos and grammar - [`93a2379`](https://github.com/nsupdate-info/nsupdate.info/commit/93a23791336aa428f8dd8b3e8595dc8044413800) manual fixes ### 📊 Changes **51 files changed** (+490 additions, -473 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -1) 📝 `CHANGES.rst` (+5 -5) 📝 `README.rst` (+1 -1) 📝 `docs/admin.rst` (+23 -23) 📝 `docs/project.rst` (+9 -9) 📝 `docs/security.rst` (+4 -4) 📝 `docs/standards.rst` (+1 -1) 📝 `docs/user.rst` (+22 -23) 📝 `pyproject.toml` (+34 -22) 📝 `requirements.d/dev.txt` (+1 -1) 📝 `src/nsupdate/__init__.py` (+9 -9) 📝 `src/nsupdate/accounts/_tests/test_accounts.py` (+1 -1) 📝 `src/nsupdate/accounts/admin.py` (+5 -5) 📝 `src/nsupdate/accounts/forms.py` (+3 -3) 📝 `src/nsupdate/accounts/models.py` (+4 -4) 📝 `src/nsupdate/accounts/registration_form.py` (+7 -7) 📝 `src/nsupdate/accounts/urls.py` (+2 -2) 📝 `src/nsupdate/accounts/views.py` (+2 -2) 📝 `src/nsupdate/api/__init__.py` (+5 -0) 📝 `src/nsupdate/api/_tests/test_api.py` (+34 -34) _...and 31 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#583
No description provided.