Skip to content

Commit 458a988

Browse files
committed
readme nitpick
1 parent 84f5091 commit 458a988

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Benchmarking and plotting can be separated, too. This allows multiple plots of t
5757
data, for example:
5858
```python
5959
out = perfplot.bench(
60-
# same arguments as above
60+
# same arguments as above (except the plot-related ones, like time_unit or log*)
6161
)
6262
out.show()
6363
out.save("perf.png", transparent=True, bbox_inches="tight")

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ long_description = file: README.md
1212
long_description_content_type = text/markdown
1313
license = GPLv3
1414
license_files = LICENSE
15-
platforms = any
1615
classifiers =
1716
Development Status :: 5 - Production/Stable
1817
Intended Audience :: Developers

0 commit comments

Comments
 (0)