Skip to content

Commit

Permalink
Fixed an example
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsrp-deshaw committed Jul 12, 2023
1 parent 06bfec9 commit a9a65fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ boxed handling.
>>> foo = c.object_for_name('Foo')
>>> foo
u'Foo'
>>> foo = foo.java_string
>>> foo = foo.java_object
>>> foo
<pjrmi.java.lang.String at 0x39e7c10>
>>> foo.<tab>
Expand Down

0 comments on commit a9a65fd

Please sign in to comment.