blob: fb34122ec72735a094a4c2d4b1c63ea19acdb883 (
plain) (
blame)
1
2
3
4
5
|
--- contrib/python/jaraco.text/jaraco/text/__init__.py (index)
+++ contrib/python/jaraco.text/jaraco/text/__init__.py (working tree)
@@ -231,1 +231,1 @@ def unwrap(s):
- files(__name__).joinpath('Lorem ipsum.txt').read_text(encoding='utf-8')
+ files(__name__).joinpath('Lorem_ipsum.txt').read_text(encoding='utf-8')
|