Skip to content

Commit 9a79ed3

Browse files
committed
Remove unnecessary :startdoc:. Fixes rack#2306.
1 parent f904fff commit 9a79ed3

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

lib/rack/lint.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,5 +963,3 @@ def initialize(stream)
963963
## We'd like to thank everyone who has contributed to the Rack project over the years. Your work has made this specification possible. That includes everyone who has contributed code, documentation, bug reports, and feedback. We'd also like to thank the authors of the various web servers, frameworks, and libraries that have implemented the Rack specification. Your work has helped to make the web a better place.
964964
##
965965
## Some parts of this specification are adapted from {PEP 333 – Python Web Server Gateway Interface v1.0}[https://peps.python.org/pep-0333/]. We'd like to thank everyone involved in that effort.
966-
967-
# :startdoc:

lib/rack/show_exceptions.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,5 @@ def h(obj) # :nodoc:
405405
</body>
406406
</html>
407407
HTML
408-
409-
# :startdoc:
410408
end
411409
end

lib/rack/show_status.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,5 @@ def h(obj) # :nodoc:
117117
</body>
118118
</html>
119119
HTML
120-
121-
# :startdoc:
122120
end
123121
end

0 commit comments

Comments
 (0)