Skip to content

Commit 3e69f1d

Browse files
committed
Fixed trailing whitespaces
1 parent 817bf96 commit 3e69f1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/introductory/getting_started.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
# other functions. The `Pie Chart Examples`_ section note contains more
157157
# information about the purpose of this module.
158158
#
159-
#
159+
#
160160
#
161161
# Two Approaches for Creating Graphs
162162
# ----------------------------------
@@ -230,7 +230,7 @@
230230
# Explicit: Object Oriented Programming (OOP)
231231
# --------------------------------------------
232232
#
233-
# Explicit programming for Matplotlib involves calling the function
233+
# Explicit programming for Matplotlib involves calling the function
234234
# `pyploy.subplots` in the ``pyplot`` module once. This returns a group of an
235235
# explicit Figure and Axes to be unpacked as part of variable assignment. More
236236
# than one Axes is configurable; however, each Axes only corresponds to a
@@ -376,7 +376,7 @@
376376
# In a Figure, each Axes contains any number of visual elements. Axes are
377377
# configurable for more than one type of visualization of data. From the
378378
# `Plotting`_ section above, the Axes in both explicit and implicit strategies
379-
# contain multiple types of visualizations of data on a single Axes.
379+
# contain multiple types of visualizations of data on a single Axes.
380380

381381
# Each of these types are specific to the Axes they are in. In the example, the
382382
# two plots each have one Axes. These Axes each have multiple plot lines. The

0 commit comments

Comments
 (0)