Skip to content

Commit

Permalink
Fixed error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro-sawada committed Oct 8, 2023
1 parent 0da50fb commit 5b936cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Documentation/Documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const Documentation: React.FC = () => {
import requests
<br />
response =
requests.get(&quot;https://advanced-reasoning-benchmark.netlify.app/api/lib/physics_numerical/img&quot;)
requests.get(&quot;https://advanced-reasoning-benchmark.netlify.app/api/lib/physics/img&quot;)
<br />
variation_data = response.json()
</Code>
Expand Down

0 comments on commit 5b936cf

Please sign in to comment.