8000 Fixed typo in help for %prompt4var by bvancil · Pull Request #91 · sassoftware/sas_kernel · GitHub
[go: up one dir, main page]

Skip to content

Fixed typo in help for %prompt4var #91

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
Jan 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sas_kernel/magics/prompt4var_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, *args, **kwargs):

def line_prompt4var(self, *args):
"""
%%prompt4var - Prompt for macro variables that will
% 485C prompt4var - Prompt for macro variables that will
be assigned to the SAS session. The variables will be
prompted each time the line magic is executed.
Example:
Expand Down
0