Skip to content

Commit

Permalink
Update src/AlgebraicGeometry/Schemes/SpecOpen/Rings/Methods.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrandhorst authored Jul 20, 2023
1 parent b92ad7d commit ce26fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlgebraicGeometry/Schemes/SpecOpen/Rings/Methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function Base.show(io::IO, ::MIME"text/plain", a::SpecOpenRingElem)
for i in 1:length(r)
li = ndigits(i)
println(io)
print(io, "pacth", " "^(l-li+1)*"$(i): ", r[i])
print(io, "patch", " "^(l-li+1)*"$(i): ", r[i])
end
print(io, Dedent())
end
Expand Down

0 comments on commit ce26fe3

Please sign in to comment.