This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 1124f96 Typo
1124f96 is described below
commit 1124f968841d586905712069ff6727b742070850
Author: Sebb <[email protected]>
AuthorDate: Mon Sep 7 18:42:53 2020 +0100
Typo
---
server/endpoints/source.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/endpoints/source.py b/server/endpoints/source.py
index c298667..78bddbe 100644
--- a/server/endpoints/source.py
+++ b/server/endpoints/source.py
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-"""Simple endpoint that returns an email or an attachment from one"""
+"""Simple endpoint that returns an email source"""
import plugins.server
import plugins.session