From 3e02e6b54c766318d60405e16c556d8fcaff4143 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Mon, 6 Apr 2015 02:01:58 +0200 Subject: [PATCH] Fixed typo. --- pdm/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdm/cli.py b/pdm/cli.py index 667e2ed..7cfa263 100644 --- a/pdm/cli.py +++ b/pdm/cli.py @@ -324,7 +324,7 @@ class perfclient(client): used by the server process. The proxy objects returned by this function are cached and the - same object are returned the next time the same name is + same object is returned the next time the same name is requested, which means that they are kept live until the client connection is closed. """ -- 2.11.0