Skip to content

Commit 175f898

Browse files
authored
Merge branch 'qgis:master' into a-lambda-new-answer
2 parents 1307aaf + 215f0fe commit 175f898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gentle_gis_introduction/vector_attribute_data.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ rows).
153153
Each field in the attribute table contains a specific type of data –--
154154
text, numeric or date. Deciding what attributes to use for a feature requires some
155155
thought and planning. In our house example earlier on in this topic, we chose roof
156-
colour, presence of a balcony and month of construction as attributes of interest.
156+
colour, presence of a balcony and year of construction as attributes of interest.
157157
We could just as easily have chosen other aspects of a house such as:
158158

159159
* number of levels
160160
* number of rooms
161161
* number of occupants
162162
* type of dwelling (RDP House, block of flats, shack, brick house, etc)
163-
* year the house was built
163+
* month the house was built
164164
* area of floor space in the house
165165
* and so on....
166166

0 commit comments

Comments
 (0)