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

πŸ“ Fix RST mdash typos @ 3.1 changelog summary #9568

Merged

Conversation

webknjaz
Copy link
Contributor

Missing whitespaces confuse RST parsers and they fail to recognize that em dashes don't need to remain double hyphens.

Type of Changes

Type
βœ“ πŸ› Bug fix
βœ“ πŸ“œ Docs

Missing whitespaces confuse RST parsers and they fail to recognize
that em dashes don't need to remain double hyphens.
@webknjaz
Copy link
Contributor Author

Hm... https://pylint--9568.org.readthedocs.build/en/9568/whatsnew/3/3.1/index.html still shows double dashes. It must be because smartypants is off.
Anyway, I think it looks nicer with whitespaces there. Take it or leave it, I won't insist.

Copy link
Collaborator

@DanielNoord DanielNoord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@DanielNoord DanielNoord added Documentation πŸ“— Skip news πŸ”‡ This change does not require a changelog entry labels Apr 25, 2024
@DanielNoord DanielNoord enabled auto-merge (rebase) April 25, 2024 20:03
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 95.81%. Comparing base (67bfab4) to head (0716cf9).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9568   +/-   ##
=======================================
  Coverage   95.81%   95.81%           
=======================================
  Files         173      173           
  Lines       18825    18825           
=======================================
  Hits        18038    18038           
  Misses        787      787           

@DanielNoord DanielNoord merged commit 524f256 into pylint-dev:main Apr 25, 2024
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation πŸ“— Skip news πŸ”‡ This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants