tweak language in readme

Change-Id: Iae1751970e03743f564a460f2f7b8f435551a9ad
This commit is contained in:
Doug Hellmann 2015-09-24 20:33:28 +00:00
parent 31409959b5
commit 82ad67d835
1 changed files with 5 additions and 6 deletions

View File

@ -11,11 +11,10 @@ Debtcollector
A collection of Python deprecation patterns and strategies that help you
collect your technical debt in a non-destructive manner. The goal of this
library would be to provide well documented developer facing deprecation
patterns that start of with the a basic set and can expand into a larger
set of patterns as time goes on. The desired output of these patterns would
be an application of the warnings module that would use the common functions
that module provides to emit DeprecationWarning or PendingDeprecationWarning
library is to provide well documented developer facing deprecation
patterns that start of with a basic set and can expand into a larger
set of patterns as time goes on. The desired output of these patterns
is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning
or similar derivative to developers using libraries (or potentially
applications) about future deprecations.
@ -23,4 +22,4 @@ applications) about future deprecations.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/debtcollector
* Source: http://git.openstack.org/cgit/openstack/debtcollector
* Bugs: http://bugs.launchpad.net/debtcollector
* Bugs: http://bugs.launchpad.net/debtcollector