[PR #2955] [MERGED] Fix missing closing backtick in nose2 description #11287

Closed
opened 2026-04-24 06:04:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2955
Author: @LincolnBurrows2017
Created: 3/10/2026
Status: Merged
Merged: 3/11/2026
Merged by: @JinyangWang27

Base: masterHead: fix-nose2-backtick


📝 Commits (1)

  • 9101ad1 Fix missing closing backtick in nose2 description

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

Fixed a missing closing backtick in the nose2 description in README.md.

Before: based on unittest2.After:based on `unittest2``

This fixes the Markdown rendering issue.


🔄 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/vinta/awesome-python/pull/2955 **Author:** [@LincolnBurrows2017](https://github.com/LincolnBurrows2017) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/11/2026 **Merged by:** [@JinyangWang27](https://github.com/JinyangWang27) **Base:** `master` ← **Head:** `fix-nose2-backtick` --- ### 📝 Commits (1) - [`9101ad1`](https://github.com/vinta/awesome-python/commit/9101ad17bbd2a390b75b27a28ec7973eddb1eaea) Fix missing closing backtick in nose2 description ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description Fixed a missing closing backtick in the nose2 description in README.md. Before: `based on `unittest2.` After: `based on `unittest2`` This fixes the Markdown rendering issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 06:04:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#11287