ntoll / drogulus

A programmable peer-to-peer data store built for simplicity, security, openness and fun (and designed to withstand nuclear war).
http://drogul.us
Other
197 stars 21 forks source link

First quick docs proofread - iss #10 #11

Closed ciaranmooney closed 11 years ago

ciaranmooney commented 11 years ago

The changes I have made with respect to the issue ticket I created (iss 10).

terrycojones commented 11 years ago

LGTM.

ntoll commented 11 years ago

Hey guys, this is great! @ciaranmooney can you correct the typos @terrycojones spotted please?

Then I'll merge it!

ciaranmooney commented 11 years ago

All done.

ntoll commented 11 years ago

Hmm... you didn't run make check did you..? You'd have noticed all that trailing white space you added..! ;-)

I'll fix it now.

ntoll commented 11 years ago

FYI:

  $ make check
  find . \( -name _build -o -name var \) -type d -prune -o -name '*.py' -print0 | /usr/bin/xargs -0 -n 1 pep8 --repeat
  ./drogulus/crypto.py:29:71: W291 trailing whitespace
  ./drogulus/crypto.py:30:69: W291 trailing whitespace
  ./drogulus/crypto.py:47:71: W291 trailing whitespace
  ./drogulus/crypto.py:48:75: W291 trailing whitespace
  ./drogulus/crypto.py:73:13: W291 trailing whitespace
  ./drogulus/crypto.py:74:1: W293 blank line contains whitespace
  ./drogulus/dht/kbucket.py:131:78: W291 trailing whitespace
  ./drogulus/dht/kbucket.py:132:76: W291 trailing whitespace
  ./drogulus/net/messages.py:92:70: W291 trailing whitespace
  ./drogulus/net/messages.py:93:77: W291 trailing whitespace
  ./drogulus/net/messages.py:96:72: W291 trailing whitespace
  ./drogulus/net/messages.py:99:78: W291 trailing whitespace
  ./drogulus/net/messages.py:129:76: W291 trailing whitespace
  ./drogulus/net/messages.py:183:70: W291 trailing whitespace
  ./drogulus/net/messages.py:184:68: W291 trailing whitespace
  ./drogulus/net/messages.py:185:78: W291 trailing whitespace
  ./drogulus/net/messages.py:187:72: W291 trailing whitespace
  ./drogulus/net/messages.py:190:78: W291 trailing whitespace 
  make: *** [pep8] Error 123
ciaranmooney commented 11 years ago

Gah! Sorry, still learning this kind of stuff. Thanks for pointing it out though.