Skip to content

Commit

Permalink
misspelling
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed Jun 27, 2024
1 parent ae302b1 commit e1b3902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/test/test_documentation_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def do_test_folder(self, folder):
if tested == 0:
raise RuntimeError(f"No example was tested in folder {folder}.")

@unittest.skipIf(sys.platformat != "linux", reason="No need to run the documentation on every OS.")
@unittest.skipIf(sys.platform != "linux", reason="No need to run the documentation on every OS.")
def test_documentation_examples(self):
this = os.path.abspath(os.path.dirname(__file__))
onxc = os.path.normpath(os.path.join(this, "..", ".."))
Expand Down

0 comments on commit e1b3902

Please sign in to comment.