Skip to content

Commit a0e87c0

Browse files
machowisabelizimm
andauthored
docs: title case Python
Co-authored-by: Isabel Zimmerman <[email protected]>
1 parent 1f91e53 commit a0e87c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/basic-content.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jupyter:
88
---
99

1010
Individual content entries (e.g. a function to be documented) can also be customized.
11-
For example, if you are documenting a python class, you may want to include or exclude
11+
For example, if you are documenting a Python class, you may want to include or exclude
1212
documentation on specific methods on that class.
1313

1414
Specify content options by setting `name: <content name>`, along with any additional options.
@@ -34,7 +34,7 @@ Behind the scenes, quartodoc represents each content entry as a [](`quartodoc.Au
3434

3535
## Looking up objects
3636

37-
Finding python objects to document involves two pieces of configuration:
37+
Finding Python objects to document involves two pieces of configuration:
3838

3939
* the package name.
4040
* a list of objects for content.

0 commit comments

Comments
 (0)