Skip to content

Commit

Permalink
Fixed pytest, doc indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laike9m committed Feb 10, 2018
1 parent 76cf18a commit 1638103
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -27,7 +27,7 @@ Have you ever dreamed of a better output of `dir()`? I do. So I created this.
Search is case-insensitive by default.
`search(name, case_sensitive=True)` does case sensitive searching.

* :star2: Attribute filtering
* :star2: Attribute filtering

`properties`: Find properties/variables defined in the inspected object.

Expand All @@ -45,8 +45,6 @@ Have you ever dreamed of a better output of `dir()`? I do. So I created this.

See a [complete example](https://github.com/laike9m/pdir2/wiki/Attribute-Filtering).


## Install

### Generic
Expand Down
Empty file added conftest.py
Empty file.

0 comments on commit 1638103

Please sign in to comment.