Skip to content

Commit

Permalink
fix formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 18, 2024
1 parent a3709a0 commit 51fa5c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ To run the test suite, use pytest. `pytest-cov` is required as well.

When textile is installed locally:

bc.. pytest
bc. pytest

When textile is not installed locally:

bc.. PYTHONPATH=. pytest
bc. PYTHONPATH=. pytest
4 changes: 2 additions & 2 deletions tests/fixtures/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@

<p>When textile is installed locally:</p>

<pre><code>pytest
<pre><code>pytest</code></pre>

When textile is not installed locally:</code></pre>
<p>When textile is not installed locally:</p>

<pre><code>PYTHONPATH=. pytest</code></pre>

0 comments on commit 51fa5c9

Please sign in to comment.