mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #2955] [MERGED] Fix missing closing backtick in nose2 description #8973
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-nose2-backtick📝 Commits (1)
9101ad1Fix 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 onunittest2.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.