src/pyams_utils/doctests/README.txt
changeset 61 6a579f05c692
parent 25 60cdded859d4
child 139 6daed68877b3
--- a/src/pyams_utils/doctests/README.txt	Tue May 10 16:44:27 2016 +0200
+++ b/src/pyams_utils/doctests/README.txt	Thu May 12 10:41:22 2016 +0200
@@ -1,19 +1,18 @@
-==================
-ZTFY.utils package
-==================
+===================
+pyams_utils package
+===================
 
 Introduction
 ------------
 
-This package is composed of a set of utility functions, which in complement with zope.app.zapi
-package can make Zope management easier.
+This package is composed of a set of utility functions, usable into any Pyramid application.
 
 
 Unicode functions
 -----------------
 
 While working with extended characters sets containing accentuated characters, it's necessary to
-conversing strings to UTF8 so that they can be used without any conversion problem.
+convert strings to UTF8 so that they can be used without any conversion problem.
 
     >>> from pyams_utils import unicode
 
@@ -128,7 +127,7 @@
 Timezones handling
 ------------------
 
-Timezones handling game me headaches at first. I finally concluded that the best way (for me !) to handle
+Timezones handling gave me headaches at first. I finally concluded that the best way (for me !) to handle
 TZ data was to store every datetime value in GMT timezone.
 As far as I know, there is no easy way to know the user's timezone from his request settings. So you can:
 - store this timezone in user's profile,