Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use underscores instead of spaces in paths #332

Merged
merged 8 commits into from
Jul 25, 2024
4 changes: 2 additions & 2 deletions templates/add_blurb.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>📜🤖 Blurb it again?</h3>
<select id="section" name="section" class="form-control form-inline" required>
<option></option>
<option>Security</option>
<option>Core and Builtins</option>
<option>Core-and-Builtins</option>
<option>Library</option>
<option>Documentation</option>
<option>Tests</option>
Expand All @@ -47,7 +47,7 @@ <h3>📜🤖 Blurb it again?</h3>
<option>macOS</option>
<option>IDLE</option>
<option>Tools-Demos</option>
hugovk marked this conversation as resolved.
Show resolved Hide resolved
<option>C API</option>
<option>C-API</option>
</select>
</div>
</div>
Expand Down