Skip to content

Conversation

adamburkegh
Copy link
Contributor

… in news. Fix minor typo in README

@adamburkegh adamburkegh changed the title Change example to reflect python 3 print() styleNote content update… Updates example code. Minor updates to README and news Oct 14, 2018
@jamesmudd
Copy link
Member

This looks great to me. Thanks for taking the time to make a pull request. Unfortunately I can't merge this yet, hopefully @jimbaker can.

index.md Outdated
public static void main(String[] args) {
try(PythonInterpreter pyInterp = new PythonInterpreter()) {
pyInterp.exec("print 'Hello Python World!'");
pyInterp.exec("print ('Hello Python World!')");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the space betweenprint and the (

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@jamesmudd
Copy link
Member

I would like this to be merged, thanks for the work. Unfortunately I can't yet hopefully soon...

@jamesmudd jamesmudd merged commit 14429ed into jython:master Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants