Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zigai/obj-inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
zigai committed Jul 21, 2024
2 parents 33f123b + d4331a1 commit 6ea75c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Downloads](https://static.pepy.tech/badge/objinspect)](https://pepy.tech/project/objinspect)
[![license](https://img.shields.io/github/license/zigai/objinspect.svg)](https://github.com/zigai/objinspect/blob/main/LICENSE)

objinspect is a high-level wrapper around Python's built-in `inspect` module.
`objinspect` is a high-level wrapper around Python's built-in `inspect` module.
It provides a simple interface for examining Python functions and classes.

## Features
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Downloads](https://static.pepy.tech/badge/objinspect)](https://pepy.tech/project/objinspect)
[![license](https://img.shields.io/github/license/zigai/objinspect.svg)](https://github.com/zigai/objinspect/blob/main/LICENSE)

objinspect is a high-level wrapper around Python's built-in `inspect` module.
`objinspect` is a high-level wrapper around Python's built-in `inspect` module.
It provides a simple interface for examining Python functions and classes.

## Features
Expand Down

0 comments on commit 6ea75c1

Please sign in to comment.