8000 Fixed typo in help for %prompt4var · sassoftware/sas_kernel@404174f · GitHub
[go: up one dir, main page]

Skip to content

Commit 404174f

Browse files
authored
Fixed typo in help for %prompt4var
%prompt4var was incorrectly labeled as %%prompt4var
1 parent 76cf535 commit 404174f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sas_kernel/magics/prompt4var_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, *args, **kwargs):
2222

2323
def line_prompt4var(self, *args):
2424
"""
25-
%%prompt4var - Prompt for macro variables that will
25+
%prompt4var - Prompt for macro variables that will
2626
be assigned to the SAS session. The variables will be
2727
prompted each time the line magic is executed.
2828
Example:

0 commit comments

Comments
 (0)
0