aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 10:19:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-12 10:19:49 +0000
commit19bfc7646cd8e6d8d82df4a3c1b77e158470bea4 (patch)
tree16c9f3c1b6152cc3494ba804e5e830f105154e80
parentdeec796e6b2e5e5c755bcfa619ff1aa49254019a (diff)
parent5337c7acd438dea8728464bc20bba71735cda45f (diff)
downloadtextwrap-19bfc7646cd8e6d8d82df4a3c1b77e158470bea4.tar.gz
Copy description from Cargo.toml to METADATA am: bbe7aa08da am: 5337c7acd4
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/textwrap/+/1456917 Change-Id: Iaeaba7e9b871aea33e73cd86511d8542b7a211e3
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index e585ed0..7798419 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "textwrap"
-description: "Textwrap is a small library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly."
+description: "Textwrap is a library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly."
third_party {
url {
type: HOMEPAGE