You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/11/06 21:40:44 UTC

[libcloud] 01/06: Fix formatting.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 2729a0f5e21b4fddf61aa637d0e15ae25f3f6acf
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Nov 6 22:08:30 2021 +0100

    Fix formatting.
---
 docs/upgrade_notes.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst
index 8fcbe55..a5e1781 100644
--- a/docs/upgrade_notes.rst
+++ b/docs/upgrade_notes.rst
@@ -15,7 +15,6 @@ Libcloud 3.3.2
   "Not to be authenticated to perform this request", but has now been changed
   to "Need to be authenticated to perform this request".
 
-
 * Code which retries HTTP requests on 429 rate limit reached status code has
   been updated to respect ``timeout`` argument and stop retrying if timeout
   has been reached.