diff --git a/PointSymbolizer.md b/PointSymbolizer.md
index c90d69e..b7df784 100644
--- a/PointSymbolizer.md
+++ b/PointSymbolizer.md
@@ -4,9 +4,9 @@
# PointSymbolizer
-A PointSymbolizer specifies the rendering of a "graphic symbol" at a point.
+Specifies the rendering of a png, tiff, or svg graphic symbol at a point.
-If you want to draw a graphic symbol and a text you would better use a ShieldSymbolizer.
+A [ShieldSymbolizer] will combine a graphic symbol with a text label.
Some options described here are not available in mapnik versions < 2.0.
@@ -51,13 +51,12 @@ Some options described here are not available in mapnik versions < 2.0.
### Image label
-
- [[/images/point_symbolizer_2.png]]
+[[/images/point_symbolizer_2.png]]
#### XML
```xml
-
+
```
#### Python
@@ -84,8 +83,7 @@ Some options described here are not available in mapnik versions < 2.0.
```xml
+ openstreetmap/mapnik/symbols/station_small.png" />
```
### Do Not Allow Overlap
@@ -96,8 +94,7 @@ Some options described here are not available in mapnik versions < 2.0.
```xml
+ openstreetmap/mapnik/symbols/station_small.png" />
```
## SVG symbols (trunk)