Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsu HARUYAMA authored and Tetsu HARUYAMA committed Jan 13, 2024
1 parent 116edbd commit aac9fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
76 changes: 0 additions & 76 deletions CHANGES.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ py4macro.xvalues(l, h, n)

## オブジェクトの属性(`_`もしくは`__`が付いた属性以外)を表示する

py4macro.see(obj, col=4, width=70)
`py4macro.see(obj, col=4, width=70)`

引数:
* obj: 属性を調べるオブジェクト
Expand All @@ -97,7 +97,7 @@ py4macro.see(obj, col=4, width=70)

例:整数型である100の属性を調べる。

`see(100)`
`py4macro.see(100)`

```
>>> .as_integer_ratio .bit_count .bit_length .conjugate
Expand Down

0 comments on commit aac9fa5

Please sign in to comment.