Skip to content

Commit ff0e581

Browse files
authored
no-issue: Improve lint (psf#150)
1 parent 7189db4 commit ff0e581

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/changelog.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Changelog
22
=========
33

44
Version 2.6.0 (2022-11-21)
5-
-------------
5+
--------------------------
66

77
* Inherit ``PYTHONPATH`` environment variable by default.
88
Patch by Theodore Ni.
99

1010
Version 2.5.0 (2022-11-04)
11-
-------------
11+
--------------------------
1212

1313
* Support collecting specialization statistics from running benchmarks.
1414
Patch by Mike Droettboom.
@@ -17,7 +17,7 @@ Version 2.5.0 (2022-11-04)
1717
Patch by Michael Droettboom
1818

1919
Version 2.4.1 (2022-08-07)
20-
-------------
20+
--------------------------
2121

2222
* Reject --tracemalloc in ``pyperf command``.
2323
Patch by Yichen Yan

doc/cli.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Options:
109109
.. versionchanged:: 1.2
110110
The ``--benchmark`` option can now be specified multiple times.
111111

112-
.. versionchnaged:: 2.3
112+
.. versionchanged:: 2.3
113113
The ``--table-format`` option now can designate format between reST and markdown.
114114

115115
pyperf determines whether two samples differ significantly using a `Student's

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ license = {text = "MIT"}
3333
description = "Python module to run and analyze benchmarks"
3434
readme = "README.rst"
3535
urls = {Homepage = "https://github.com/psf/pyperf"}
36-
authors= [{name="Victor Stinner", email="[email protected]"}]
37-
maintainers = [{name = "Dong-hee Na", email="[email protected]"}]
36+
authors= [{name = "Victor Stinner", email = "[email protected]"}]
37+
maintainers = [{name = "Dong-hee Na", email = "[email protected]"}]
3838
classifiers = [
3939
"Development Status :: 5 - Production/Stable",
4040
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)