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 a variable name in "stash" and "cookies" code samples #98

Merged
merged 1 commit into from
Jan 15, 2020
Merged

Fix a variable name in "stash" and "cookies" code samples #98

merged 1 commit into from
Jan 15, 2020

Commits on Dec 25, 2019

  1. fix a variable name in "stash" and "cookies" code samples

    `self` usually means object variable, whose method is called.
    Here we need a `request` object variable, so suitable name would be `request` or `req`
    k911mipt committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    b7ae39b View commit details
    Browse the repository at this point in the history