We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c0a45 commit 3f913f1Copy full SHA for 3f913f1
src/ioutils.jl
@@ -8,7 +8,7 @@ prettyname(obj) = prettyname(typeof(obj))
8
function prettyname(T::Type)
9
name = string(T)
10
name = replace(name, r"{.*" => "")
11
- replace(name, r".+\." => "")
+ replace(name, r".*\." => "")
12
end
13
14
# helper function to print the elements of an object
0 commit comments