From 0762b7bc60571e381997ec0ee35bc91bbddeceb3 Mon Sep 17 00:00:00 2001 From: s3goat <41472927+dimyme@users.noreply.github.com> Date: Fri, 21 Sep 2018 12:14:37 +0200 Subject: [PATCH] spaces --- src/bitmessagecurses/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bitmessagecurses/__init__.py b/src/bitmessagecurses/__init__.py index 6f455413..0e491c98 100644 --- a/src/bitmessagecurses/__init__.py +++ b/src/bitmessagecurses/__init__.py @@ -2,13 +2,13 @@ # with a line like (remove the _ s): # _p_y_l_i_n_t_:_ dis_able=W_0_2_9_1 , W291 # trailing spaces -# Copyright (c) 2014 Luke Montalvo +# Copyright (c) 2014 Luke Montalvo # & The Bitmessage Developers -# This file adds an alternative commandline interface ("CLI") +# This file adds an alternative commandline interface ("CLI") # and the menu is easy to extend and modify # run as: python2 bitmessagemain.py --curses -# There is no need for Qt4 and this mode can be run easier e.g. on +# There is no need for Qt4 and this mode can be run easier e.g. on # rental webservers without GUI # It does not use the BM-API like bitmessagecli.py does. # Feel free to critique and fork on github.