[PR #15741] [MERGED] Closes #15740: Fix typos and deprecated List in docs #14661

Closed
opened 2025-12-29 23:25:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15741
Author: @markkuleinio
Created: 4/17/2024
Status: Merged
Merged: 4/17/2024
Merged by: @jeremystretch

Base: featureHead: 15740-fix-migration-typos


📝 Commits (3)

  • 6176919 Fix typos in migration-v4.md
  • 1b15b38 Replace typing.List with list
  • 7eb1eb3 Also replace typing.List with list in graphql-api.md

📊 Changes

2 files changed (+7 additions, -10 deletions)

View changed files

📝 docs/plugins/development/graphql-api.md (+1 -2)
📝 docs/plugins/development/migration-v4.md (+6 -8)

📄 Description

Fixes: #15740

  • Fix some typos
  • Replace deprecated typing.List with list (NetBox v4.0 will only support Python 3.10+)

🔄 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/netbox-community/netbox/pull/15741 **Author:** [@markkuleinio](https://github.com/markkuleinio) **Created:** 4/17/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15740-fix-migration-typos` --- ### 📝 Commits (3) - [`6176919`](https://github.com/netbox-community/netbox/commit/6176919336aeed98acd6b82791248dc95a8e4b5e) Fix typos in migration-v4.md - [`1b15b38`](https://github.com/netbox-community/netbox/commit/1b15b381bb6510224b497ff1e88452bc53482482) Replace typing.List with list - [`7eb1eb3`](https://github.com/netbox-community/netbox/commit/7eb1eb32ac9ddf3224455e1d5defd661d2262993) Also replace typing.List with list in graphql-api.md ### 📊 Changes **2 files changed** (+7 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `docs/plugins/development/graphql-api.md` (+1 -2) 📝 `docs/plugins/development/migration-v4.md` (+6 -8) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #15740 - Fix some typos - Replace [deprecated](https://docs.python.org/3/library/typing.html#typing.List) `typing.List` with `list` (NetBox v4.0 will only support Python 3.10+) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:25:49 +01:00
adam closed this issue 2025-12-29 23:25:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14661