Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RusMermaid authored Oct 26, 2022
1 parent 90b2c13 commit 55b81f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This README file is made for the Python version.
All code is similar to the C# version however the folowing are different:
* ``dimention`` -- the number of dimensions (must be > 0) in C#
* ``iterator`` -- the number of iterations used in constructing the Hilbert curve (must be > 0) in C#
* Also, since this project was made before Python 3.11.0, no ``Iterable`` library and/or datatypes are used in the script.
* Also, since this project was made before Python 3.11.0, no ``Iterable`` library and/or datatypes are not used in the script.
* They are here to help just to understand the code. In C#, ``Iterable`` are replaced with ``List`` as you have to select datatypes upfront.

============
Expand Down

0 comments on commit 55b81f2

Please sign in to comment.