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

bpo-26792: Fix runpy.run_path parameter name in docs #32265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Copy link
Member

@JelleZijlstra JelleZijlstra commented Apr 2, 2022

Noticed while reviewing GH-30729.

3.9:

def run_path(path_name, init_globals=None, run_name=None):

main:
def run_path(path_name, init_globals=None, run_name=None):

https://bugs.python.org/issue26792

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants