Skip to content

Commit

Permalink
Merge pull request #26481 from ryancrawcour/patch-3
Browse files Browse the repository at this point in the history
Updating print command
  • Loading branch information
v-shils committed Apr 8, 2019
2 parents 78ad27c + 29a3c42 commit 69c9531
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ In this section, you author a Databricks linked service. This linked service con
dbutils.widgets.text("input", "","")
dbutils.widgets.get("input")
y = getArgument("input")
print "Param -\'input':"
print y
print ("Param -\'input':")
print (y)
```

![Create widgets for parameters](media/transform-data-using-databricks-notebook/databricks-notebook-activity-image16.png)
Expand Down

0 comments on commit 69c9531

Please sign in to comment.