Skip to content

Commit

Permalink
indentation fixed (lk-geimfari#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjin911 authored and lk-geimfari committed Aug 25, 2017
1 parent a9b8eb6 commit 2ad5461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,16 +502,16 @@ Path
root = path.root
# Output: /
home = path.home
home = path.home
# Output: /home/
user = path.user(gender='female')
user = path.user(gender='female')
# Output: /home/mariko
user_folder = path.users_folder(user_gender='male')
user_folder = path.users_folder(user_gender='male')
# Output: /home/john/Documents
dev = path.dev_dir()
dev = path.dev_dir()
# Output: /home/fidelia/Development/Erlang
project_dir = path.project_dir(user_gender='female')
Expand Down

0 comments on commit 2ad5461

Please sign in to comment.