Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 28, 2023
1 parent 435cedc commit 83cbb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/utils/_vegafusion_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_inline_table_names(vega_spec: dict) -> Set[str]:
... },
... {
... "name": "bar",
... "url": "table://inline_dataset_123"
... "url": "vegafusion+dataset://inline_dataset_123"
... }
... ]
... }
Expand Down

0 comments on commit 83cbb3d

Please sign in to comment.