From 5f9589d22f40c629e6d3e676d9042677ba35c4c0 Mon Sep 17 00:00:00 2001 From: Heesen Ponnusawmy Date: Fri, 18 Oct 2019 22:29:54 +0100 Subject: [PATCH] Update fluent_helpers.md remove some typos and made the file easy to understand --- docs/docs/fluent_helpers.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/docs/fluent_helpers.md b/docs/docs/fluent_helpers.md index 5b020e59..fa9cccca 100644 --- a/docs/docs/fluent_helpers.md +++ b/docs/docs/fluent_helpers.md @@ -1,10 +1,6 @@ # Fluent helpers -Pendulum provides helpers that returns a new instance with some attributes -modified compared to the original instance. -However, none of these helpers, with the exception of explicitely setting the -timezone, will change the timezone of the instance. Specifically, -setting the timestamp will not set the corresponding timezone to UTC. +Pendulum provides helpers that returns a new instance with some attributes modified compared to the original instance. However, none of these helpers, except for explicitly setting the timezone, will change the timezone of the instance. Specifically, setting the timestamp will not set the corresponding timezone to UTC. ```python >>> import pendulum