Skip to content

Commit

Permalink
WEB/DOC: Fix typo in OVH name (pandas-dev#49137)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored and noatamir committed Nov 9, 2022
1 parent 5139f44 commit f51cbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/_templates/pandas_footer.html
@@ -1,3 +1,3 @@
<p class="copyright">
&copy {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVH Cloud</a>.
&copy {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
</p>
2 changes: 1 addition & 1 deletion web/pandas/_templates/layout.html
Expand Up @@ -91,7 +91,7 @@
</li>
</ul>
<p>
&copy; {{ current_year }} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVH Cloud</a>.
&copy; {{ current_year }} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
</p>
</footer>

Expand Down

0 comments on commit f51cbab

Please sign in to comment.