Pylons / pyramid_blogr

Pyramid_blogr is an example implementation of Flaskr app with Pyramid Web Framework
73 stars 39 forks source link

Update code examples to use single quotes #4

Closed EspadaV8 closed 11 years ago

EspadaV8 commented 11 years ago

While reading the docs I noticed that there were a lot of instances where single and double quotes were mixed where it wasn't needed. This simply replaces the double quotes with single where it matches the style guide.

ergo commented 11 years ago

thank you