Skip to content

Commit e54ce8e

Browse files
authored
Fix grammar in notebook documentation (jupyter#7794)
Corrected subject–verb agreement and article usage in the Notebook documents section. This PR fixes a minor grammar issue in the Notebook documentation: - Corrects subject–verb agreement ("contains" → "contain") - Fixes incorrect article usage ("a" → "an") No functional changes.
1 parent 9836de4 commit e54ce8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ notebook and its dependencies.
4545

4646
### Notebook documents
4747

48-
Notebook documents contains the inputs and outputs of a interactive session as
48+
Notebook documents contain the inputs and outputs of an interactive session as
4949
well as additional text that accompanies the code but is not meant for
5050
execution. In this way, notebook files can serve as a complete computational
5151
record of a session, interleaving executable code with explanatory text,

0 commit comments

Comments
 (0)