authlib icon indicating copy to clipboard operation
authlib copied to clipboard

Fix typo in register_token_generator docstring

Open 2tunnels opened this issue 3 years ago • 0 comments

In generate_token method we are getting default generator with: func = self._token_generators.get('default').

What kind of change does this PR introduce? (check at least one)

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update
  • [ ] Refactor
  • [x] Other, please describe: docstring update.

Does this PR introduce a breaking change? (check one)

  • [ ] Yes
  • [x] No

If yes, please describe the impact and migration path for existing applications:

(If no, please delete the above question and this text message.)


  • [x] You consent that the copyright of your pull request source code belongs to Authlib's author.

2tunnels avatar Jun 27 '22 14:06 2tunnels