8000 Merge pull request #91 from bvancil/patch-1 · sassoftware/sas_kernel@b60ed0b · GitHub
[go: up one dir, main page]

Skip to content

Commit b60ed0b

Browse files
authored
Merge pull request #91 from bvancil/patch-1
Fixed typo in help for %prompt4var
2 parents 76cf535 + 404174f commit b60ed0b

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