Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebebec0

Browse files
committed
Add rudimentary docstring to test_set_size().
1 parent 065528c commit ebebec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_textpath.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
def test_set_size():
8+
"""Set size with zero offset should scale vertices and retain codes."""
89
path = TextPath((0, 0), ".")
910
_size = path.get_size()
1011
verts = path.vertices.copy()

0 commit comments

Comments
 (0)