From cbaa8fca56d33f4746d5f4d06451f1c313966af2 Mon Sep 17 00:00:00 2001 From: harryscholes Date: Wed, 18 Mar 2020 09:53:09 +0000 Subject: [PATCH] Fix annotate docstring --- src/shorthands.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shorthands.jl b/src/shorthands.jl index 776626a9..57bfe176 100644 --- a/src/shorthands.jl +++ b/src/shorthands.jl @@ -428,8 +428,8 @@ Add annotations to an existing plot. # Arguments -- `anns`: An `AbstractVector` of tuples of the form (x,y,text). The text object - can be an String or PlotText +- `anns`: An `AbstractVector` of tuples of the form `(x,y,text)`. The `text` object + can be a `String` or `PlotText`. # Example ```julia-repl