edsu / pymarc

process MARC records from Python
http://python.org/pypi/pymarc
Other
253 stars 98 forks source link

Modified display of title() method #62

Closed wearp closed 10 years ago

wearp commented 10 years ago

Display of title() in record.py was not putting space between : from subfield a and contents of subfield b (the subtitle). This commit brings it inline with AACR2.

Previous: The pragmatic programmer :from journeyman to master / Update: The pragmatic programmer : from journeyman to master /

edsu commented 10 years ago

Thanks!