Skip to content

Commit 736cb02

Browse files
authored
Fix typo in vectors tutorial (#2648)
1 parent 78ad21c commit 736cb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/advanced/vectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
#
256256
# The last two values in the vector list represent the degree at which the plot
257257
# will start and stop. These values are measured counter-clockwise from the
258-
# horizontal axis. In this example, the result show is the left half of a
258+
# horizontal axis. In this example, the result shown is the left half of a
259259
# circle as the plot starts at 90 degrees and goes until 270. Notice that the
260260
# ``m`` in the ``style`` parameter stands for circular vectors.
261261

0 commit comments

Comments
 (0)