Skip to content

Commit 8ccb9c7

Browse files
committed
simplify test data
1 parent f8a300a commit 8ccb9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartodoc/tests/test_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EXAMPLE_SECTIONS = [
55
{'title': 'Preperation Functions',
6-
'desc': 'Functions that fetch python objects.\nThey prepare a representation of your site.\n',
6+
'desc': 'Functions that fetch objects.\nThey prepare a representation of the site.\n',
77
'contents': ['Auto', 'blueprint', 'collect', 'get_object', 'preview']},
88
{'title': 'Docstring Renderers',
99
'desc': 'Renderers convert parsed docstrings into a target format, like markdown.\n',

0 commit comments

Comments
 (0)