Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix an invalid escape sequence. #11969

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

Merged
merged 1 commit into from
Aug 29, 2018
Merged

Fix an invalid escape sequence. #11969

merged 1 commit into from
Aug 29, 2018

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Aug 29, 2018

PR Summary

See title.

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 8 compliant
  • [N/A] New features are documented, with examples if plot related
  • [N/A] Documentation is sphinx and numpydoc compliant
  • [N/A] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • [N/A] Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@QuLogic QuLogic added this to the v3.0 milestone Aug 29, 2018
@@ -1510,7 +1510,7 @@ def setp(obj, *args, **kwargs):


def kwdoc(artist):
"""
r"""
Copy link
Member

Choose a reason for hiding this comment

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

My question is, why is there a \s in the first place? Doesn't seem like we need the backslash at all?

Copy link
Member Author

Choose a reason for hiding this comment

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

Inline markup, like the cross-reference, cannot end in the middle of a word.

@tacaswell tacaswell modified the milestones: v3.0, v2.2.4 Aug 29, 2018
@tacaswell tacaswell merged commit 5a0407e into matplotlib:v3.0.x Aug 29, 2018
@QuLogic QuLogic deleted the ies branch August 29, 2018 03:58
@QuLogic QuLogic mentioned this pull request Sep 7, 2018
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants