Skip to content

Commit 8f72271

Browse files
authored
Merge pull request aws-samples#47 from sumitya/patch-1
Update resolve_choice.md to correct formatting
2 parents bbc538e + 9deec04 commit 8f72271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/resolve_choice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ call is now:
131131
We could also project the long values and discard the string values using the
132132
`project:long` option:
133133

134-
med_resolve_project = medicare_dyf.resolveChoice(specs = [('provider id','project:long')])
135-
med_resolve_project.printSchema()
134+
med_resolve_project = medicare_dyf.resolveChoice(specs = [('provider id','project:long')])
135+
med_resolve_project.printSchema()
136136

137137
Again, the schema now shows that the 'provider id' column only contains long values:
138138

0 commit comments

Comments
 (0)