Skip to content

Commit d722fb9

Browse files
committed
typo
1 parent b4f3d4c commit d722fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/python/test_qgssymbollayerv2_readsld.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ def testLineOpacity():
9393

9494
def testSimpleMarkerRotation(self):
9595
"""
96-
Test if pointMarker property sld:Rotation value can be read if rormat is:
96+
Test if pointMarker property sld:Rotation value can be read if format is:
9797
<sld:Rotation>50.0</sld:Rotation>
9898
or
9999
<se:Rotation><ogc:Literal>50</ogc:Literal></se:Rotation>
100100
"""
101101
# technically it's not necessary to use a real shape, but a empty memory
102102
# layer. In case these tests will upgrate to a rendering where to
103-
# compare also rendering no only properties
103+
# compare also rendering not only properties
104104
#myShpFile = os.path.join(unitTestDataPath(), 'points.shp')
105105
#layer = QgsVectorLayer(myShpFile, 'points', 'ogr')
106106
layer = QgsVectorLayer("Point", "addfeat", "memory")

0 commit comments

Comments
 (0)