Skip to content

Conversation

@jtroussard
Copy link
Contributor

@jtroussard jtroussard commented Jan 2, 2022

Related to discussion on #473 #443 #442

Looks like all the uncertainty stems from a slight break for the existing documentation convention/pattern. Method documentation for, fetch_request_token in requests_oauthlib/oauth1_session.py added the double asterisk to the optional argument in the function description. The existing pattern is to add them for the signature and leave them off in the description. Before the doc string was flagged as a raw string, this was generating a warning for Invalid Escape Sequence.

Removing the raw string flag and the asterisks as it breaks the pattern already set.

@coveralls
Copy link

coveralls commented Jan 2, 2022

Coverage Status

Coverage remained the same at 90.239% when pulling beeb5f1 on update_docs into 05a25a9 on master.

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