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

Skip to content

Commit 6f99eea

Browse files
committed
Mention metadata in example docstring
1 parent f65281a commit 6f99eea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/pylab_examples/multipage_pdf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# This is a demo of creating a pdf file with several pages.
1+
"""
2+
This is a demo of creating a pdf file with several pages,
3+
as well as adding metadata and annotations to pdf files.
4+
"""
25

36
import datetime
47
import numpy as np

0 commit comments

Comments
 (0)