Skip to content

Commit b85a1b2

Browse files
authored
Merge pull request #243 from moisedk/issue232-pretext
fixes #232
2 parents df334f8 + 263d33a commit b85a1b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pretext/Files/AlternativeFileReadingMethods.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
1870 -0.28 6.6E-7
4646
1880 -0.24
4747
&gt;&gt;&gt;</pre>
48-
<table xml:id="files_files_filemethods2a">
48+
<table xml:id="files_filemethods2a">
4949
<tabular>
5050
<row header="yes">
5151
<cell>

pretext/MoreAboutIteration/2DimensionalIterationImageProcessing.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
</table>
141141
</blockquote>
142142
<p>In order to manipulate an image, we need to be able to access individual pixels. This capability is provided by
143-
a module called <term>image</term>, provided in ActiveCode. See <xref ref="more-about-iteration_image-processingon-your-own"/> for ways to deal with images in standard Python. The image module defines two classes: <c>Image</c> and <c>Pixel</c>.</p>
143+
a module called <term>image</term>, provided in ActiveCode. See <xref ref="more-about-iteration_image-processing-on-your-own"/> for ways to deal with images in standard Python. The image module defines two classes: <c>Image</c> and <c>Pixel</c>.</p>
144144
<p>Each Pixel object has three attributes: the red intensity, the green intensity, and the blue intensity. A pixel provides three methods
145145
that allow us to ask for the intensity values. They are called <c>getRed</c>, <c>getGreen</c>, and <c>getBlue</c>. In addition, we can ask a
146146
pixel to change an intensity value using its <c>setRed</c>, <c>setGreen</c>, and <c>setBlue</c> methods.</p>

0 commit comments

Comments
 (0)