Skip to content

Commit 89f1619

Browse files
authored
Added missing serial commas to the homepage (jupyter#664)
1 parent 76d7cba commit 89f1619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
alt: icon to represent an interactive widget
8080
src: assets/homepage/widget.svg
8181
- headline: Big data integration
82-
description: Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, TensorFlow.
82+
description: Leverage big data tools, such as Apache Spark, from Python, R, and Scala. Explore that same data with pandas, scikit-learn, ggplot2, and TensorFlow.
8383
image:
8484
alt: spark logo to represent big data
8585
src: assets/homepage/spark.svg
@@ -140,12 +140,12 @@
140140
description: Project Jupyter promotes open standards that third-party developers can leverage to build customized applications. Think HTML and CSS for interactive computing on the web.
141141
features:
142142
- headline: Notebook Document Format
143-
description: Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations and rich output.
143+
description: Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations, and rich output.
144144
image:
145145
alt: icon to represent notebook format
146146
src: assets/homepage/notebook-format.svg
147147
- headline: Interactive Computing Protocol
148-
description: The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ and WebSockets.
148+
description: The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ, and WebSockets.
149149
image:
150150
alt: icon to represent a protocol
151151
src: assets/homepage/protocol.svg

0 commit comments

Comments
 (0)