Skip to content

README: Fix display of "class CompressedTextField" on PyPI #2

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

Open
davidfstr opened this issue Nov 1, 2023 · 0 comments
Open

README: Fix display of "class CompressedTextField" on PyPI #2

davidfstr opened this issue Nov 1, 2023 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@davidfstr
Copy link
Contributor

On GitHub the following section displays OK as:
Screenshot 2023-11-01 at 8 09 41 AM

But on PyPI the same section displays in all capital letters when it shouldn't:
Screenshot 2023-11-01 at 8 09 20 AM

Current source code for that section reads as:

<h5><code><i>class</i> CompressedTextField(<i>encode_errors='strict', decode_errors='strict', **options</i>)</code></h5>

Suggested fix:

  • Alter text to use manual <pre><code> block instead of a manual <h5>
@davidfstr davidfstr added bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers labels Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant