Skip to content

Commit fb4fa54

Browse files
pre-commit-ci[bot]henryiii
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cf49834 commit fb4fa54

File tree

1 file changed

+1
-1
lines changed
  • src/boost_histogram/_internal

1 file changed

+1
-1
lines changed

src/boost_histogram/_internal/hist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def __str__(self) -> str:
497497
if self._hist.rank() != 1:
498498
return repr(self)
499499
s = str(self._hist)
500-
# get rid of first line and last character
500+
# get rid of first line and last character
501501
return s[s.index("\n") + 1 : -1]
502502

503503
def _axis(self, i: int = 0) -> Axis:

0 commit comments

Comments
 (0)