Skip to content

Commit

Permalink
go doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vickeykumar committed Sep 6, 2019
1 parent 6e52b42 commit 9f707d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def updateVariableSet(inputstring=''):

def displayDoc():
global CommandArg
commandstr = 'godoc ' + CommandArg
commandstr = 'go doc ' + CommandArg
os.system(commandstr)

def display():
Expand Down

0 comments on commit 9f707d6

Please sign in to comment.