Last active
October 5, 2015 15:22
-
-
Save walkerdb/629a87bb6ce5ce8c3a78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> extent.text | |
| '3 linear feet and 1 outsize box' | |
| # we don't use "outsize", so we'll make it "oversize" instead | |
| >>> extent.text = extent.text.replace(" outsize ", " oversize ") | |
| >>> extent.text | |
| '3 linear feet and 1 oversize box' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment