Skip to content

Remove erroneous whitespace in README#6

Open
larsks wants to merge 1 commit intomfncooper:mainfrom
larsks:fix/whitespace-in-readme
Open

Remove erroneous whitespace in README#6
larsks wants to merge 1 commit intomfncooper:mainfrom
larsks:fix/whitespace-in-readme

Conversation

@larsks
Copy link
Copy Markdown

@larsks larsks commented Nov 17, 2025

The example import statements in the README were indented, which meant
that if you were to try and copy-and-paste them into an interactive Python
prompt it would fail:

>>>    import pe
...    import pe.app
...    import pe.connect
...    import pe.handler
...    import pe.monitor
...
  File "<python-input-0>", line 1
    import pe
IndentationError: unexpected indent

This commit removes the indentation.

The example `import` statements in the README were indented, which meant
that if you were to try and copy-and-paste them into an interactive Python
prompt it would fail:

    >>>    import pe
    ...    import pe.app
    ...    import pe.connect
    ...    import pe.handler
    ...    import pe.monitor
    ...
      File "<python-input-0>", line 1
        import pe
    IndentationError: unexpected indent

This commit removes the indentation.
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.

1 participant