diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-11 15:29:50 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-11 15:29:50 +0000 |
commit | 7f50fc5ee0ea611596a289a5baecd53f9bbf22c4 (patch) | |
tree | 45503a4982e47222c7e1bacb79dc50e52b76f319 /doc | |
parent | 5d9c98236250f6b08469eea41c8f6feb78f4f1da (diff) | |
download | ruby-7f50fc5ee0ea611596a289a5baecd53f9bbf22c4.tar.gz ruby-7f50fc5ee0ea611596a289a5baecd53f9bbf22c4.tar.xz ruby-7f50fc5ee0ea611596a289a5baecd53f9bbf22c4.zip |
tsort description modifed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -: tsort library +: tsort module - added. + Imported. Topological sorting library. : stringio module |