Skip to content

Commit

Permalink
Fix output to reflect latest PrettyPrinting
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Mar 8, 2024
1 parent 20c1f96 commit a33e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/test/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Any `Dict`-like object can serve as a query cache.
#-> SQLCatalog(dialect = SQLDialect(), cache = Dict{Any, Any}())

display(customcache_catalog)
#-> SQLCatalog(dialect = SQLDialect(), cache = Dict{Any, Any}())
#-> SQLCatalog(dialect = SQLDialect(), cache = (Dict{Any, Any})())

The catalog behaves as a read-only `Dict` object.

Expand Down

0 comments on commit a33e998

Please sign in to comment.