bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995) · python/cpython@c7be552 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit c7be552
authored and
committed
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -13,7 +13,7 @@ | ||
13 | 13 | |
14 | 14 | .. warning:: |
15 | 15 | |
16 | - mod:`SimpleHTTServer` is not recommended for production. It only implements | |
16 | +:mod:`SimpleHTTPServer` is not recommended for production. It only implements | |
17 | 17 | basic security checks. |
18 | 18 | |
19 | 19 | The :mod:`SimpleHTTPServer` module defines a single class, |